Social bookmarking

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
pschoenb
Forum Members
Forum Members
Posts: 92
Joined: Sun Jul 15, 2007 1:18 pm

Social bookmarking

Post by pschoenb »

Hello,

is there any way to integrate social bookmarking conveniently into a cmsms site using the current cmsms version?

I know, there is an extension, but it seems that it is no longer maintained.
Regards,
Patrick
uniqu3

Re: Social bookmarking

Post by uniqu3 »

You can still try it, it may still work, but honestly for few links and icons there is no need for a plugin or module.

Example of google buzz link on my blog.

Code: Select all

 <a href="http://www.google.com/reader/link?url={if isset($canonical)}{$canonical}{elseif isset($content_obj)}{$content_obj->GetURL()}{/if}&title={$pagetitle}">
    <img src="{root_url}/uploads/IDT/google-buzz.png" title="share on Google Buzz" alt="Google Buzz"/></a>
pschoenb
Forum Members
Forum Members
Posts: 92
Joined: Sun Jul 15, 2007 1:18 pm

Re: Social bookmarking

Post by pschoenb »

uniqu3 wrote:You can still try it, it may still work, but honestly for few links and icons there is no need for a plugin or module.

Example of google buzz link on my blog.

Code: Select all

 <a href="http://www.google.com/reader/link?url={if isset($canonical)}{$canonical}{elseif isset($content_obj)}{$content_obj->GetURL()}{/if}&title={$pagetitle}">
    <img src="{root_url}/uploads/IDT/google-buzz.png" title="share on Google Buzz" alt="Google Buzz"/></a>
I thought, maybe you can insert all important sites with a single tag.
Regards,
Patrick
uniqu3

Re: Social bookmarking

Post by uniqu3 »

Well plugin from Arnoud is maintained http://dev.cmsmadesimple.org/projects/socialmarker
pschoenb
Forum Members
Forum Members
Posts: 92
Joined: Sun Jul 15, 2007 1:18 pm

Re: Social bookmarking

Post by pschoenb »

Does anyone have an out-of-the-box solution that produces a block of image links to all major social bookmarking services?
Regards,
Patrick
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: Social bookmarking

Post by spcherub »

Try Add This (http://www.addthis.com) or Share This (http://sharethis.com/). Both depend on Javascript but other than that they work well and require almost no work on your part to implement. And there are probably other similar solutions our there as well.

S
wich
Forum Members
Forum Members
Posts: 31
Joined: Sun Mar 27, 2011 9:22 pm
Location: Italy

Re: Social bookmarking

Post by wich »

Hallo all,

i've started to mantain and update the plugin named SocialBookmarking.
Actually I've released version 1.4 that cover in one touch up to 50 bookmarking sites without using external services like Share This.
You can find it at forge: http://dev.cmsmadesimple.org/projects/socialbks
Works in progress, stay tuned!

Andrea
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: Social bookmarking

Post by spcherub »

Hi Andrea,

I tried to download the files for your new module from the forge, but am unable to unzip the latest (1.4) .tar.gz file. Please double-check and re-upload. I'd love to give it a whirl!

Thanks,
Sanjay
wich
Forum Members
Forum Members
Posts: 31
Joined: Sun Mar 27, 2011 9:22 pm
Location: Italy

Re: Social bookmarking

Post by wich »

spcherub wrote:Hi Andrea,

I tried to download the files for your new module from the forge, but am unable to unzip the latest (1.4) .tar.gz file. Please double-check and re-upload. I'd love to give it a whirl!

Thanks,
Sanjay

Uops... sorry.
I have re-upload the file in the forge: try now.
Thanks to Sanjay.

Andrea
swarfega
Forum Members
Forum Members
Posts: 174
Joined: Mon Sep 06, 2010 10:51 am

Re: Social bookmarking

Post by swarfega »

Thanks for the update wich, but why didnt you include twitter?
wich
Forum Members
Forum Members
Posts: 31
Joined: Sun Mar 27, 2011 9:22 pm
Location: Italy

Re: Social bookmarking

Post by wich »

swarfega wrote:Thanks for the update wich, but why didnt you include twitter?
Hi swarfega,
I've added twitter in version 1.3, then it still exist in version 1.4 too.
Andrea
swarfega
Forum Members
Forum Members
Posts: 174
Joined: Mon Sep 06, 2010 10:51 am

Re: Social bookmarking

Post by swarfega »

ah cool, ill upgrade, thanks.
Bilmartech
Forum Members
Forum Members
Posts: 50
Joined: Mon Feb 21, 2011 2:08 am

Re: Social bookmarking

Post by Bilmartech »

I've been using this plugin for a while.

Is there a way to get the title that loads not be the title to the page but rather to the CGblog? And do the same with the Description? So when you're posting to Facebook or Twitter or whatever.. you get the blog title and META Description instead of the details page it is loaded on?

For example:

{if isset($blogtitle)}{$blogtitle}{else}{title}{/if}

I know this code works for the page itself to get the blog title to show instead of the page title, but I can't figure out where to make it work in the plugin to get the same result?
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: Social bookmarking

Post by Coldman »

Bilmartech wrote:I've been using this plugin for a while.

Is there a way to get the title that loads not be the title to the page but rather to the CGblog? And do the same with the Description? So when you're posting to Facebook or Twitter or whatever.. you get the blog title and META Description instead of the details page it is loaded on?

Take an look on this http://forum.cmsmadesimple.org/viewtopi ... 68#p207368
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Bilmartech
Forum Members
Forum Members
Posts: 50
Joined: Mon Feb 21, 2011 2:08 am

Re: Social bookmarking

Post by Bilmartech »

Coldman wrote:
Take an look on this http://forum.cmsmadesimple.org/viewtopi ... 68#p207368

That works perfectly. Thank you!!!
Post Reply

Return to “Modules/Add-Ons”