Social bookmarking
Social bookmarking
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.
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
Patrick
Re: Social bookmarking
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.
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>
Re: Social bookmarking
I thought, maybe you can insert all important sites with a single tag.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>
Regards,
Patrick
Patrick
Re: Social bookmarking
Well plugin from Arnoud is maintained http://dev.cmsmadesimple.org/projects/socialmarker
Re: Social bookmarking
Does anyone have an out-of-the-box solution that produces a block of image links to all major social bookmarking services?
Regards,
Patrick
Patrick
Re: Social bookmarking
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
S
Re: Social bookmarking
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
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
Re: Social bookmarking
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
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
Re: Social bookmarking
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
Re: Social bookmarking
Thanks for the update wich, but why didnt you include twitter?
Re: Social bookmarking
Hi swarfega,swarfega wrote:Thanks for the update wich, but why didnt you include twitter?
I've added twitter in version 1.3, then it still exist in version 1.4 too.
Andrea
Re: Social bookmarking
ah cool, ill upgrade, thanks.
-
- Forum Members
- Posts: 50
- Joined: Mon Feb 21, 2011 2:08 am
Re: Social bookmarking
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?
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?
Re: Social bookmarking
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
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
-
- Forum Members
- Posts: 50
- Joined: Mon Feb 21, 2011 2:08 am
Re: Social bookmarking
Coldman wrote:
Take an look on this http://forum.cmsmadesimple.org/viewtopi ... 68#p207368
That works perfectly. Thank you!!!