Carmine Olivo
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Share Statistics] Install ProblemHello and thank you for your report!
Now there is a new version, let me know …You can track the pages by setting the field “Pages:” with a comma separated list of page ID. In the following screenshot, for example, the field is filled with the value “2”: Facebook Share Statistics admin page.
Hi, maybe you should check that the shared links not have additional parameters (or different values) compared to post links:
https://www.ads-software.com/alink/example
is not the same as
https://www.ads-software.com/alink/example?track=yesForum: Plugins
In reply to: [Facebook Share Statistics] [Plugin: Facebook Share Statistics] Plugin ErrorHi, Facebook Share Statistics does not have a menu item called “analytics”.
https://www.ads-software.com/extend/plugins/facebook-share-statistics/
Thank you very much, I’m sorry for the wait,
this will be discussed laterI thank you again! You may enable some debugging informations in the facebook-share-statistics.php (of the development version) by changing
define( "ERRORS", FALSE );
todefine( "ERRORS", TRUE );
in the first lines. I do not know the cause of your problem with more than 30 articles, it is not a common issue.
Regarding the other question, it is not a bug. That post is no longer on the list because, adding other categories (and so other posts), move it out of the first N positions. However you can add other posts in the table, adding the ID in the same field used for pages.It takes the lasts 15, 20, N posts and shows those that have at least 1 share on Facebook, until you don’t select ‘show all’ (in this case, it should show all the N posts, even if their counts are 0). For the counts, it’s important that the URL that has been ‘liked’ is exactly the same of the URL of the post.
Hi rich, thanks for reporting,
the plugin store only one tuple in the wp_options of your database, you can find and delete it for to remove all settings, the option_name is “coFSS-settings”.
Alternatively, you can install the new development version then delete the plugin:
https://downloads.www.ads-software.com/plugin/facebook-share-statistics.zip
This new version implement a new method for to remove the settings and resolve the bug.Perhaps you should check what has changed from that date on your site, indeed even the facebook button stopped working properly, so it’s not a problem of this plugin.
For example, you should check that the shared links not have additional parameters (or different values) compared to post links:
https://www.ads-software.com/alink/example
is not the same as
https://www.ads-software.com/alink/example?track=yesWell! Many thanks to you! I appreciated the reporting, the compliments and the suggestion!!
One last attempt ??
try the new development version:
https://downloads.www.ads-software.com/plugin/facebook-share-statistics.zipor (meanwhile) the old 0.7 version:
https://downloads.www.ads-software.com/plugin/facebook-share-statistics.0.7.zipif it still does not work means that the resolution requires more time…
Ok, try changing the line 106 with this:
$sUrl = trim( $l->url );
Thanks!
If you can edit the file, you could try opening the facebook-share-statistics.php in a text editor and then re-saving it as UTF-8.Forum: Plugins
In reply to: [Plugin: Facebook Share Statistics] Switch URLS to post titleSjixxxy provided a good solution,
the display of Titles instead of URLs is just implemented in the current development version:
https://downloads.www.ads-software.com/plugin/facebook-share-statistics.zipThank to misterhayes and Sjixxxy
Thanks for your interest,
the next release will have a widget ad-hoc for to display the data to the public.