smjdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] new v2.4 broken/problems?The ‘blank screen’ problem is probably a result of not having PHP-cURL installed. That is how it was for me.
I installed an Ubuntu RPM: apt-get install php5-curl
and now Twitter Tools works.(and you if you don’t know what the above line means then you probably won’t be able to fix it yourself)
Forum: Plugins
In reply to: Reading list, wish list for books, dvd, cd, amazon itemsThe feature of the RSS solution is portability. I have the feed going into my Facebook and other networks, too. I didn’t see an RSS feature on that plug-in.
Forum: Plugins
In reply to: Non-Amazon Book Plugins?If you could get an RSS of your wish list on those sites, you could list it in the sidebar. That wouldn’t give affiliate links though.
If the independent web sites, have web services APIs via XML, you could use Yahoo! Pipes to create something like this tutorial:
Forum: Plugins
In reply to: autolink URLs/Scott Reilly’s Auto-hyperlink URL plugin?You’d have to do a preg_replace (Regular expressions) on your URLs.
You might try passing the $content to the following function before displaying in SideBlog (around line 170).
Plain text link to HTML with a PHP function and regular expressions
Forum: Plugins
In reply to: Sideblog titles?You might try some of the code from [Plugin: SideBlog] Remove titles and pound sign and link content to permalink
It’s not what you want, but it does comment out what you don’t want.
Forum: Plugins
In reply to: Ignore/remove direct tweets: Twitter Tools Feature code@blogchief
Sorry, I’m not sure why it didn’t work. I wrote a longer tutorial named Ignore direct tweets and SEO URLs with Twitter Tools WordPress Plug-in on my blog, DesignWell. I hope that helps. It’s a little more detailed. I can always send you my file if you give me your email address.Forum: Plugins
In reply to: Error: fsockopen() and Twitter ToolsI don’t have an answer. I have the same problem. It’s my server’s fault. I am unable to use Curl, because my host will not let me use PHP function fopen().
Contact your host. Tell them fopen() is broken.