Joris
Forum Replies Created
-
I don’t use Tweet Blender anymore, but the standard Twitter widget: https://twitter.com/about/resources/widgets
Anyway I used the custom field in the code above. I named the custom field “twittertags”, so maybe that was a bit confusing…
Fixed the issue by adding the ‘Edit Page URL’ in the admin settings! Thanks anyway!
It was indeed the same problem as you mentioned. It is all fixed now with the 0.1.3 update. Thanks a lot!
Found it out myself. I used this code:
$sources = get_post_meta($post->ID, "twittertags", true); tweet_blender_widget(array( 'unique_div_id' => 'tweetblender-t1', 'sources' => $sources, 'refresh_rate' => 60, 'tweets_num' => 5, ));
Where ‘twittertag’ is the description of the custom field..
Btw of course it will be free of charge!
Sorry guys forgot to subscribe to the folluwup’s. If you are still interested in the merge script please contact me here: https://www.itelevision.nl/contact/
Forum: Plugins
In reply to: [Tweetstream & Facestream] duplicated tweets/updatesAny idea how I can let tweetstream and W3TC work together?
Yes I did. I will have someone have an extra look into it and inform you if I know more. Thanks so far.
Oke, well somehow the get_mostpopular function doesn’t display the correct posts, but when I use the shortcode directly it does display the correct posts.
I thought maybe this small bug could explain why the additional plugin I wrote, is not working.
Of course thanks. But do you have any idea why only the ‘echo do_shortcode’ function is working and not the ‘get_mostpopular’ function? Maybe this explains why the sorting function on the category pages is not working (https://bit.ly/95PI2y) too? I am using the newest updates of everything btw.
Ps. If anyone need a script to merge the ‘WP Lesterchan Views’ with the ‘wordpress popular plugin’. I would be happy to share it..
Forum: Plugins
In reply to: Facebook Connect 2.5.2 PluginHave the same problem, did you find a solution?
Forum: Plugins
In reply to: [Plugin: Redirection] WP3.0I had the same issues with upgrading to 3.0. All the pages were redirected to the new published post. Also the headspace plugin of the same author (https://urbangiraffe.com/plugins/) is not ready for the upgrade to 3.0 yet. It made my server crash and ending up with the wp_postmeta table getting broken.
I set it all back to 2.9 now and I will wait for this important and awesome plugins to be upgraded first.
That would be great, I will have a look into it as well.
I am trying to show a list of popular posts from a given category on a category page. Is there an option to show popular post from one single_cat_title(”); included instead of excluding categories..?
Forum: Plugins
In reply to: Use oEmbed in commentsIt would be great if the oEmbed was working in the comments too though.