Welcome to Geeklog, Anonymous Wednesday, December 06 2023 @ 08:13 pm EST
Geeklog Forums
Facebook Comments
I am currently testing the addition of Facebook comments to the SocialShare plugin for Geeklog. I still have some work to do cleaning it up before I release it but I wanted to try and get people to take a look and leave comments on my test site to make sure I haven't missed something.
See www.rudebastard.com
See www.rudebastard.com
9
6
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Nice job Greg.
Could it be a config setting :
1. not use facebook comment with SocialShare plugin
2. only display facebook comment form on article.php page
Also, I noticed the Share links don't work on your site.
Thanks,
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
Could it be a config setting :
1. not use facebook comment with SocialShare plugin
2. only display facebook comment form on article.php page
Also, I noticed the Share links don't work on your site.
Thanks,
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
12
7
Quote
Status: offline
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
Location:Spring, TX
The share links are fixed.
I plan on having a config setting to enable or disable the comments and share links.
I'll also add a setting to only show the comments on the individual article pages.
Regards,
Greg
I plan on having a config setting to enable or disable the comments and share links.
I'll also add a setting to only show the comments on the individual article pages.
Regards,
Greg
Quote by: ::Ben
Nice job Greg.
Could it be a config setting :
1. not use facebook comment with SocialShare plugin
2. only display facebook comment form on article.php page
Also, I noticed the Share links don't work on your site.
Thanks,
Ben
11
8
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
I plan on having a config setting to enable or disable the comments and share links.
I'll also add a setting to only show the comments on the individual article pages.
I'll also add a setting to only show the comments on the individual article pages.
Very good news.
Thanks,
Ben
I'm available to customise your themes or plugins for your Geeklog CMS
10
12
Quote
Status: offline
gtgillis
Forum User
Full Member
Registered: 11/05/03
Posts: 121
Location:Spring, TX
I just installed the beta today so I can start porting the plugin.
Quote by: samstone
Since Geeklog 2.0 Beta is out, are you ready to release a beta version for us to test it out?
Thanks!
Sam
11
7
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
Hey Sam,
I found a few things for you to update when you release the socialshare plugin. I was doing some markup evaluations and found a few errors.
First the links you store in the db for the social networks. You should be using the html entity fo & in your urls like so:
instead of
The second item deals with when you add the html for the socialshare. instead of having:
you should use Geeklogs API and create the function plugin_getheadercode_socialshare so that the link automatically gets added to the pages header like so:
function plugin_getheadercode_socialshare()
{
global $_CONF;
$html = '<link rel="stylesheet" href="'.$_CONF['site_url'].'/socialshare/sociable.css" type="text/css" media="screen" charset="utf-8">';
return $html;
}
That's it :-)
Thanks
Tom
One of the Geeklog Core Developers.
I found a few things for you to update when you release the socialshare plugin. I was doing some markup evaluations and found a few errors.
First the links you store in the db for the social networks. You should be using the html entity fo & in your urls like so:
Text Formatted Code
http://www.google.com/bookmarks/mark?op=edit&bkmk=<SHAREURL>&title=<SHARETITLE>&annotation=<SHARETEXT>instead of
Text Formatted Code
http://www.google.com/bookmarks/mark?op=edit&bkmk=<SHAREURL>&title=<SHARETITLE>&annotation=<SHARETEXT>The second item deals with when you add the html for the socialshare. instead of having:
Text Formatted Code
$html = '<link rel="stylesheet" href="'.$_CONF['site_url'].'/socialshare/sociable.css" type="text/css" media="screen" charset="utf-8">';you should use Geeklogs API and create the function plugin_getheadercode_socialshare so that the link automatically gets added to the pages header like so:
Text Formatted Code
function plugin_getheadercode_socialshare()
{
global $_CONF;
$html = '<link rel="stylesheet" href="'.$_CONF['site_url'].'/socialshare/sociable.css" type="text/css" media="screen" charset="utf-8">';
return $html;
}
That's it :-)
Thanks
Tom
One of the Geeklog Core Developers.
9
13
Quote
All times are EST. The time is now 08:13 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content