MyBB Community Forums

Full Version: Social Share Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
How do we add this if we have thread ratings disabled?
(2010-05-23, 01:17 PM)jmeeter Wrote: [ -> ]How do we add this if we have thread ratings disabled?

Did you try it? It might work. If not just enable it, and remove the thread rating hook.
this is a nice tut.. thanks for this...
How to add stumbleupon?
(2010-06-09, 03:18 PM)Sukanjan.K Wrote: [ -> ]How to add stumbleupon?

Add this before </div>:
<a title="Stumbleupon" href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"><img src="http://icons2.iconarchive.com/icons/fasticon/web-2/24/Stumbleupon-icon.png" alt="Stumbleupon" /></a>
(2010-06-09, 03:44 PM)AJS Wrote: [ -> ]
(2010-06-09, 03:18 PM)Sukanjan.K Wrote: [ -> ]How to add stumbleupon?

Add this before </div>:
<a title="Stumbleupon" href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"><img src="http://icons2.iconarchive.com/icons/fasticon/web-2/24/Stumbleupon-icon.png" alt="Stumbleupon" /></a>

Thank You. Smile
Is it worth saving the icons to your own server?
I'm going to. Future proofing and all that. Smile
works great thanks
OK I have them working fine but....

As I have the Google SEO Plugin installed is there any way to get the icons to submit the SEO Friendly URLs, for example:

Instead of:
http://www.chrislowthian.co.uk/forums/showthread.php?tid=17

It should be:
http://www.chrislowthian.co.uk/forums/Thread-what-open-source-freeware-software-do-you-use

I hope this makes sense?

Thanks in Advance!
Pages: 1 2 3 4 5 6