Feedly social networks

Posted in: Newspaper
Post count: 22

Is there any way to add feedly to the social networks?
I would like to add feedly to the header and footer and add it with the others social icons

Post count: 22421

Hello Andrei,

You can use this generator from feedly to create your button and link to your account: http://feedly.com/factory.html

Then, for the header icons you can place the generated code in the top-widget.php file like so: http://screencast.com/t/3mrx3E76 result: http://screencast.com/t/QTQUNthjHY3b
It will need a bit of css styling to get in line with the others. You can add a CSS class to the a link generated on the feedly site as an example:

<a class="feedly-top" href='http://cloud.feedly.com/#subscription%2Ffeed%2Fhttp%3A%2F%2Fmyfeed' target='blank'><img id='feedlyFollow' src='http://s3.feedly.com/img/follows/feedly-follow-circle-flat-white_2x.png' alt='follow us in feedly' width='28' height='28'></a>

Then you can style it with css using the ‘feedly-top’ class.
For the bottom widget you will have to use the code in td_footer_extra_bottom.php like so: http://screencast.com/t/7HIBb5yxoaul
Keep in mind that you may have to change all the quote symbols to match the php syntax. A text editor line notepad++ will warn you on this.
Then you can also style it with css to position it.
I hope this helps

Thanks.

Post count: 34

Hi!

Following up on this, how does one add a Feedly button to the inline social sharing options that come with each post? (Alongside Facebook like and share, etc).

Post count: 20688

Hi,

@Stevivor Placing it there among the default socials might cause issues. The implementation of the socials has changed in the latest theme version. It could be placed on top of the socials maybe, next to the like buton
https://www.screencast.com/t/M2ruKQ8Q
https://www.screencast.com/t/aC66Nnr3AIG
Or maybe in a different place, except the default socials.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.