srm2888
Forum Replies Created
-
For some reason when I woke up today the everything is working except the subscribe button. Thanks. Nothing changed either.
I am also using the facebook plugin 1.0.2 for wordpress and nothing is showing up except the view all comments section when everything is set to show. The like, send, recommendations, all of it. The widgets aren’t working or anything, only a view comment section. I tried using different themes and the results came up nil. Here is the info
{"appid":"269567133161381","version":"1.0.2","domain":"realityiscandy.com","social_publisher":{"enabled":"true","publish_to_fan_page":{"page_name":"Reality Is Candy","page_id":"109943329159316"},"mentions_show_on_homepage":"true","mentions_position":"both"},"recommendations_bar":{"enabled":"true","trigger":"50","read_time":"20","action":"like","side":"right","show_on":"all posts and pages"},"subscribe":{"enabled":"true","layout":"standard","width":"450","colorscheme":"light","font":"lucida grande","position":"both","show_on":"all posts and pages","show_on_homepage":"true"},"comments":{"enabled":"true","num_posts":"20","width":"470","colorscheme":"light","show_on":"all posts and pages"},"send":{"enabled":"true","colorscheme":"light","font":"lucida grande","position":"both","show_on":"all posts and pages","show_on_homepage":"true"},"wp_ver":"3.4.2"}Forum: Plugins
In reply to: TwitThis ot TwitterMe pluginNevermind, found the tweet suite.
here’s a link
http://danzarrella.com/beyond-tweetbacks-introducing-tweetsuite.html
Forum: Hacks
In reply to: Help on Slight Paging ProblemThanks, yes somehow I missed that tidbit there; I did check the documentation though.
In case anyone else has this problem make sure
you add the ampersand like this<?php get_header(); global $query_string; query_posts($query_string . '&posts_per_page=1'); ?>Thanks a lot.