Gino
Gino
I think this filter module should handle all common function like orderBy, sort ect. Without manipuling ourself the javascript
I think this filter module should handle all common function like orderBy, sort ect. Without manipuling ourself the javascript
It would be interesting to have a king of extension if matching a url we put our own embed code. For example, New York time video embed ect with the...
How do i get the image url in a adapter? I need this to get the ID
i did this. ``` var video = ''; output.find('.video').html(video).show(); ``` and meta in the js plugin. `['video','property', 'og:video:url'], ['video','property', 'og:video:secure_url'],` May be add a filter/regex to check if it's Youtube,...
Advanced solution. ``` var videoURL = data.video.file; var matches = videoURL.match(/(youtu\.be|((youtube|vimeo|dailymotion|kickstarter)\.com))\/(watch\?v=([-\w]+)|video\/([-\w]+)|projects\/([-\w]+)|([-\w]+))/im); if (matches) { var video = ''; } else { var video = 'Your browser does not support the...
Its look like not
Thank you, i Think there's more api counter to add like Reddit https://www.reddit.com/dev/api/#GET_api_info It's sad that Twitter stopped to share their sharing counter api.
@AyumuKasuga I wanted to add the Reddit counter myself and may be the Github Stars but i hope that the owner will do it :)
@AyumuKasuga Because i already saw somewhere a reddit api to request from a url a count. Here a example: https://www.reddit.com/api/info.json?callback=jQuery2140596095916138063_1439882724004&limit=1&url=http://www.livemint.com/Money/MML9OZRwaACyEhLzUNImnO/The-richest-1-of-Indians-now-own-584-of-wealth.html with limit=1 score is about: 6792 From data => children...