KnightRobby / hoverzoom

Automatically exported from code.google.com/p/hoverzoom
0 stars 1 forks source link

Please provide functionality on Feedly.com RSS reader #524

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. It would be great if HoverZoom worked on Feedly.com.
2.
3.

Hover Zoom version:
Google Chrome version:
Operating system:

Original issue reported on code.google.com by br...@bradypolansky.com on 10 Apr 2013 at 8:09

GoogleCodeExporter commented 9 years ago
Issue 535 has been merged into this issue.

Original comment by romain.v...@gmail.com on 17 Apr 2013 at 1:52

GoogleCodeExporter commented 9 years ago
feedly support would be nice

Original comment by bayj...@gmail.com on 18 May 2014 at 8:53

GoogleCodeExporter commented 9 years ago
please add feedly support. 

Original comment by cqw...@gmail.com on 1 Sep 2014 at 3:24

GoogleCodeExporter commented 9 years ago
Please, just zoom the backgroundImage of every div.visual element, all 
thumbnails in Feedly work in this way. And you don't even need to replace the 
image urls, they're already full size images.

I tried to write a plugin according to the document, but it failed to work.

<div 
id="Q6kPZjwEz1Zc/qR+MIn4MdyYlut3DlJX4G1bGqd20AA=_1484b6798a2:57af8:f62d72ec_main
_visual" class="visual" 
data-inlineentryid="Q6kPZjwEz1Zc/qR+MIn4MdyYlut3DlJX4G1bGqd20AA=_1484b6798a2:57a
f8:f62d72ec" data-navigation="inline" data-u="5" style="display: block; 
opacity: 1; background-image: 
url(http://i.kinja-img.com/gawker-media/image/upload/s--fgRt4hZn--/c_fit,fl_prog
ressive,q_80,w_636/ww5zuoq3bjoexblre6ns.jpg);"> 
</div>

Original comment by cqw...@gmail.com on 6 Sep 2014 at 2:47

GoogleCodeExporter commented 9 years ago
I tried this, didn't work, my javascript is too bad....

var hoverZoomPlugins = hoverZoomPlugins || [];
hoverZoomPlugins.push({
    name:'Feedly',
    version:'0.1',
    prepareImgLinks:function (callback) {
    var res = [];
    $('.visual').each(function () {
        var _this = $(this),
        url = hoverZoom.getThumbUrl(this);
        _this.data().hoverZoomSrc = url;
        res.push(_this);
    });
    callback($(res));
    }
});

Original comment by cqw...@gmail.com on 10 Sep 2014 at 3:47

GoogleCodeExporter commented 9 years ago
This works perfectly with Feedly in Firefox, but doesn't in Chrome. Please let 
me know when there's a fix.

Original comment by citysqui...@gmail.com on 2 Mar 2015 at 7:50

GoogleCodeExporter commented 9 years ago
Feedly does not come up for me at all when I have this extension enabled. I 
disable this extension and then it loads in Feedly.com just fine. I tried to 
put it in the black list for the sites in the settings but that didn't help it 
either. Please fix. :)

Original comment by swhit...@gmail.com on 5 May 2015 at 3:20