Dachande663
Forum Replies Created
-
Forum: Reviews
In reply to: [HL Twitter] Doesn't work properly..Hi Christiano, HL Twitter author here. Because themes can be so vastly different I’ve only added a basic set of rules to provide support for the default theme. The widget and archive page can be completely customized though by just copying the hl_widget.php file into your theme.
As far as I’m aware, WordPress.com don’t allow third-party plugins except for ones they have vetted themselves. If you have managed to get HL Twitter on wordpress.com then you should in theory be able to run any code. Can you confirm this is a wordpress.com blog?
Hi brianstoiber,
Please make sure that you are using PHP 5.3+, have the cURL extension enabled in PHP and have the multi_curl support on. Each server’s different, so google will show you how to find out each of these things.
Thanks.
Forum: Plugins
In reply to: [HL Twitter] HL Twitter & rel="nofollow"Ah, seems WordPress has eaten my HTML. You need to add rel = ” nofollow ” (without the spaces) in between wherever you see < a href e.g. < a rel = ” nofollow ” href = …..
Forum: Plugins
In reply to: [HL Twitter] HL Twitter & rel="nofollow"Hi there, thanks for the kind words firstly!
As for your issue, there currently isn’t an option to add nofollow to links (and yes, it is something that HL Twitter, not Twitter, does).
If you are comfortable editing PHP files, you can manually add this functionality while I get around to adding it properly.
1. Open hl-twitter/functions.php
2. Find the line “function hl_twitter_show_tweet(” (around line 260)
3. Wherever you see “Forum: Plugins
In reply to: [HL Twitter] [Plugin: HL Twitter] Fatal ErrorHello both, please can you confirm that you are running at least PHP 5.2 and have multi_curl enabled for PHP? Thanks.
Forum: Plugins
In reply to: [HL Twitter] calling widget through PHP?Hi yonisink, can you confirm HL Twitter has actually imported any tweets? If you go into the WordPress Admin and select HL Twitter you will see any tweets. If no tweets have been imported you may have been affected by a bug that stops HL Twitter importing new tweets on some servers, the FAQ will provide more help. http://wordpress.org/extend/plugins/hl-twitter/faq/
Forum: Plugins
In reply to: [HL Twitter] calling widget through PHP?Yes, call the function hl_twitter_display_widget(). You can find it’s definition in functions.php.
Forum: Plugins
In reply to: [HL Twitter] Widget doesn't validateHi mrittman, I’ll definitely update the HTML so that it validates correctly, sorry for any issues this may have caused.
Forum: Plugins
In reply to: [Plugin: HL Twitter] Tweets don't get imported automaticallyHi both, I’m the author of HL Twitter. So far only a tiny handful of users have reported trouble with the automatic importer, and I haven’t been able to find a common cause. If you could some information about your WordPress set-up (version, PHP version, host OS(linux/win), and list of plugins) it would greatly help me solve this issue once and for all.
For now, there is a built-in fallback that you can use which requires setting up a cron job. Details are on the FAQ, near the bottom: http://wordpress.org/extend/plugins/hl-twitter/faq/
Sorry for any inconvenience this might have caused you both.
Forum: Plugins
In reply to: [HL Twitter] Archive Pages is now a broken linkThis seems to be an intermittent issue with the permalink being overwritten when HL Twitter or WordPress are updated. I am investigating the issue as it’s actually hit me as well.
In the meantime, the most common fix is: go to HL Twitter -> Settings and click save. This makes sure a permalink name is saved. Now go to Settings -> Permalinks and click save there. This makes WordPress regenerate your Permalinks, including HL Twitter.
If the above didn’t work, try changing the page slug e.g. to my-tweets, and repeating the steps. If that works, you should actually be able to go back to using the original hl-twitter.
Again, sorry for this bug.
Forum: Plugins
In reply to: [HL Twitter] Shortcodes not workingOn the FAQ it shows that you must enter the ID of the Twitter user, not their name. This is because some users have names such as 1234.
So in your instance, the shortcode would be: [hl-twitter user= 6702362]
Hope that helps.
Forum: Plugins
In reply to: [HL Twitter] [Plugin: HL Twitter] settings page not workingHi decompiler, can you check to see if multi_curl is enabled within PHP as the plugin makes extensive use of that? I don’t have much experience with IIS unfortunately, so can’t offer anything specific in regards to that.
Forum: Plugins
In reply to: [HL Twitter] [Plugin: HL Twitter] authentication does not workHello, can you describe what happens when you return to WordPress. Does HL Twitter show an error message, is another WordPress page shown etc? Thanks.
Forum: Plugins
In reply to: [HL Twitter] [Plugin: HL Twitter] settings page not working@shinji.kuma This error is caused by you not having cURL enabled for PHP on your server. If you Google “enable curl in php” for more help as it is different for each server.