I have a function in plugin above
Country.FilterTopics = function(data, callback) {
//Get cookie
})
How to get cookie in this function.
Try going into library.js and changing:
postContent = postContent.replace(/<a href="(?:https?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)<\/a>/g, embed);
To this.
postContent = postContent.replace(/<a href="(?:https?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)">.+<\/a>/g, embed);
I did similar work on the soundcloud plugin, if that works, submit it via a PR on his github so others can benefit.
@a_5mith ok thanks it works.
Try submitting a pull request on the upstream library so everybody can benefit from this!
Woo hoo! Open source at work