68696c6c
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments] Display the comments form without the comments@alex Moss
Ok, that’s fine. Probably best to keep the Facebook form in it’s standard format anyways. I can adapt my design to that.
Thanks!
Forum: Plugins
In reply to: [Facebook Comments] Display the comments form without the commentsOk, maybe I wasn’t clear. I see that part on the plugin homepage, but it doesn’t answer my question. The shortcode seems to output both the comment form (where you type a new comment) and the list of existing comments together. I’m trying to output the form in one div and the existing comments in another div nearby. I can’t seem to find anything about a way to generate just the form or just the list of comments. For example, I can output just the comment count in a different location like this:
<fb:comments-count href=”<?php echo get_permalink($post->ID); ?>”></fb:comments-count>
Is there a similar way to output just the comment form without the list of comments or vice-versa?
Forum: Plugins
In reply to: [Facebook Comments] Display the comments form without the commentsHey Alex, I don’t see anything on the plugin homepage about a shortcode for just the add comment box… Could you point me in the right direction? I too am trying to display the add comment box in a different location than the existing comments.
Thanks!
Forum: Reviews
In reply to: [Thumbs Rating] Developers are very helpful.Absolutely. I will be setting my site up with your plugin today and will re-do my review after that. For now, I’ll change the rating to 5 stars since you were very responsive.
Forum: Reviews
In reply to: [Thumbs Rating] Developers are very helpful.I’m sorry. I was using another plugin and accidentally posted my review here. I’m switching to your plugin. My bad.
Forum: Reviews
In reply to: [Thumbs Rating] Developers are very helpful.The plugin is activated, but it says that the plugin is not tested with my version of WordPress (version 4). I followed these instructions from the Installation Instructions tab:
B) If you want to show the thumbs after all your content (posts, pages, custom post types) paste this snippet at the end of your functions.php file of your theme:function thumbs_rating_print($content)
{
return $content.thumbs_rating_getlink();
}
add_filter('the_content', 'thumbs_rating_print');I get a 500 error saying that the function thumbs_rating_getlink() is not defined. I did a search in the thumbsup plugin directory for the function and found nothing, so I’m inclined to believe that.