jnassi
Forum Replies Created
-
Forum: Plugins
In reply to: Twitter Tools isn’t tweeting on new blog postsWell, I did a little more banging on it, and it seems that my new password wasn’t properly saving.
I forced the correct hashed password into the wp_options table, and it seems to be working now.
Forum: Plugins
In reply to: Twitter Tools isn’t tweeting on new blog postsIt’s been about 5 hours 😉
I do have 2000 rows in the ak_twitter table, but nothing since early January, which, I guess, is the last time Twitter Tools was able to import anything into the DB.
Since that was about the same time as I had changed my Twitter password (during the Twitter phishing timeframe), I wonder if my current password isn’t being passed properly — in spite of the login check saying it was successful…
Forum: Plugins
In reply to: Share This 1.0 problemLooks like arphaus and houseofboyd got further with the Share This plug-in than I did. My {url} and {title} values aren’t being passed, apparently, when building the links to the social bookmark services.
http://jason.nassi.org/wordpress/index.php
In share-this.php, I changed the AKST_ADDTOCONTENT and AKST_ADDTOFOOTER to false.
In my theme’s index.php, I added the function calls for akst_share_link() and akst_share_form().
Thoughts?