By Sherwin Saran on Thursday, 17 December 2015
Posted in Technical Issues
Likes 0
Views 598
Votes 0
How can I show subscribe to blog and subscribe via RSS links to blog page?
Please refer to screen shot for explanation.
Hello,

You can use these codes:


<a class="eb-brand-email" data-eb-provide="tooltip" data-placement="bottom" data-original-title="Subscribe to blog" data-type="site" data-blog-subscribe="" href="javascript:void(0);">
<i class="fa fa-envelope"></i>
<span class="eb-text">Subscribe to blog</span>
</a>

<a class="eb-brand-rss" href="/all/index.php?option=com_easyblog&view=latest&Itemid=123&lang=en&format=feed&type=rss" data-original-title="Subscribe via RSS" data-placement="bottom" data-eb-provide="tooltip">
<i class="fa fa-rss-square"></i>
<span class="eb-text">Subscribe via RSS</span>
</a>


Hope this helps.
·
Thursday, 17 December 2015 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick,
Thanks for the help.
As you can see in the screen shot, when I am placing the code in description box it is distorting the look.
And when creating custom html module it is displaying only above the blog module.
Is there any other way I can display it at desired position?
·
Thursday, 17 December 2015 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Maneesh,

You can add your code in this file: ../components/com_easyblog/themes/wireframe/toolbar/default.php in ine 36. Please give it a try.
·
Thursday, 17 December 2015 12:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Nik,
It's working perfectly.
·
Thursday, 17 December 2015 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Maneesh,

You're welcome.
·
Thursday, 17 December 2015 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post