Quote:
Originally Posted by nezr
holy 51 pages....
Does this work on CMS at the bottom of each article?
Like on wordpress sites.
|
It puts share buttons by default under the navbar of every page, including articles. If you follow the instructions included for manual template edits you can instead move the buttons to the top of the footer instead, and if you used some template conditionals you could restrict it to show on only CMS pages, but it is intended to be used on all vBulletin pages.
Quote:
Originally Posted by jschvili
Smooth addons. Thanks.
Unfortunately we can't use it since it doesn't support https. Could we possible change the url's used for Twitter and Addthis to https somewere in the code or could you add an option in the admin?
Code:
http://s7.addthis.com/js/250/addthis_widget.js
http://platform.twitter.com/widgets.js
|
I thought I had already done this but if you edit the more_share_tng template and remove the
http: from all the URLs, for example you get:
Code:
//s7.addthis.com/js/250/addthis_widget.js
//platform.twitter.com/widgets.js
It will use whatever protocol (http or https) as your current site uses automatically. In my testing only one or two of the less popular share buttons weren't compatible with https.
Quote:
Originally Posted by BlogTwits
Buttons for twitter, g+ and facebook are fine. However, when clicking the add this button on my site, it just links and goes to the homepage.
Hovering over the button gives the homepage address along with /#
eg website.com/#
Any ideas how to fix?
|
I would need to see a link to a page on your site where this is happening.