The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
26 views

Twitter feed is showing blank in WP site [closed]

I am using themefuse WP theme and facing this problem. http://themefuse.com/forum/thepractice-wp/twiiter-newsline-is-blank Can someone please suggest if I need to use some other attribute. I am not ...
-1
votes
1answer
26 views

twitter tweets on a google map [closed]

Has anyone accomplished a way of showing twitter tweets (and where they were made from - if obviously the user allows geolocation in their twitter account) on a google map in wordpress? I would be ...
-1
votes
1answer
25 views

Internet Explorer seperating lists differently in Twitter Widget Pro than all other browsers [closed]

I am having some trouble with the Twitter Widget Pro Plugin - for some reason in internet explorer if the first tweet has a link, it will make the link its own list item and add a bunch of extra ...
1
vote
2answers
52 views

w3c validation problem - Twitter share button pulling content

I have this twitter share button that pulls 100 characters from the content of the post and its URL for the twitter share. <a class="popup" href="http://twitter.com/share?url=<?php ...
0
votes
0answers
118 views

Any good, retina ready social share button plugins? [closed]

I've been looking for a good looking and retina ready share button plugin for my WordPress site. The ones I found had good features, but didn't meet my "visual" needs. I've came across this website ...
1
vote
1answer
83 views

Adding a custom line of text to php code

The below code is used to pull in my Tweets and post them as individual blog posts on my Wordpress site. I would like to add a "Follow me on Twitter link" after the tweet when it is displayed in the ...
0
votes
1answer
90 views

Twitter feed - Failed to open stream [closed]

This works, however I keep getting a failed to open stream every so many random refreshes/page views. I've also tried this code on two different hosts with the same results. I've also tried using ...
4
votes
2answers
144 views

WordPress Internal @ Mentions

I'm looking for a way to link to author pages within one WordPress install simply by putting the @ symbol in front of a person's username in a post.... just like on twitter. Example: If the username ...
0
votes
1answer
76 views

rotating tweets plugin widget [closed]

I am using the rotating tweets plugin, and it says in the readme file to use a shortcode to implement it or use a widget. I would like to go the widget route but have no idea how to accomplish this. I ...
-2
votes
1answer
347 views

Publish post facebook page & twitter automatically [closed]

I need a feature in wordpress, using which a new post automatically posted to Facebook Page & Twitter. Do I need some plugin to do that.. Do you know any plugin that provides for this kind of ...
0
votes
1answer
20 views

Choose which twitter posts outputs in my home page [closed]

I'd like to print 3 twitter posts in my wordpress blog, but I don't want to print the latest posts, I'd like to choose witch posts outputs. The twitter account is mine. Sorry for my bad english, I ...
1
vote
1answer
61 views

Checking post format during xmlrpc_publish_post

WordPress apparently stores post format information outside of the $post object. During publish_post this isn't (usually) a problem because you can check on formats via get_post_format( $post->ID ) ...
0
votes
2answers
111 views

Auto-Tweet if Type is 'Status' using OAuth

Should be simple - I'd like WP to tweet the content of a post once (when it's published the first time) if the post format is 'status'. The code below isn't returning an error on publish, nor is it ...
0
votes
0answers
142 views

Twitter updates don't show up anymore! [closed]

I thought before looking for a completely new code snippet, it might be better to figure out why my old one stopped working. It always worked well, never had any issues with it until a few days ago. I ...
1
vote
1answer
159 views

Embedded Twitter feed won't render nicely when loaded via Ajax

If you paste a Tweet URL to your post, Wordpress will nicely render it. But if I load posts via Ajax, the URL gets replaced by a Blockquote, but not with the nicely rendered one. The class of the ...
0
votes
1answer
278 views

Facebook and Twitter share buttons not working [closed]

I have jetpack enabled on wordpress 3.4.2 install. However the Facebook and Twitter share buttons don't work. Whenever one clicks on the Facebook or the Twitter button, a new window pops-up with the ...
0
votes
0answers
37 views

Custom Twitter php script [duplicate]

Possible Duplicate: How can I show my latest tweet in my wordpress blog? I'm trying to figure out a simple way to display a Twitter feed within a day of without using any of the complex ...
0
votes
1answer
53 views

Twitter List Tweets and Delicious Links as Posts

I'm trying to integrate Tweets from a Twitter list as individual posts categorized as "Twitter," and trying to do the same thing from a Delicious account. I've found several plugins that will add ...
0
votes
2answers
361 views

Social Media's Avatar not working (Wordpress Social Login plugin)

I am using Wordpress Social Plugin. The problem is that social media's avatar is not showing. Here is my comment avatar code: <?php echo get_avatar(get_current_user_id(),30); ?> I found ...
0
votes
1answer
439 views

Social Login Then Restrict Access to Users Until Approved [closed]

My question was already partially answered by Peter on this page: Is there a social members only login plugin for WordPress? Here's the full explanation, questions follow: I have a private family ...
0
votes
1answer
51 views

Any advice on customising this twitter feed?

I'm really having trouble locating the documentation for the Recent Tweets widget anywhere. It's not a plugin and appears to be native. All I want to do is to be able to move the tweet_time underneath ...
0
votes
2answers
760 views

Create Mashable Follow-like Facebook, Twitter login/connect?

Hi want to ask if anyone can share an idea on how Mashable registration works? Basically the only option you have to register to their site is by Facebook or Twitter, after you login to one of them ...
0
votes
2answers
163 views

Why Does the WordPress Twitter Tools Plugin give a 500 Internal Server Error?

When submitting API key information and clicking "Connect to Twitter" in the WordPress "Twitter Tools" plugin, I get a 500 internal server error. Nothing is logged by apache or php. I'm using WP ...
0
votes
1answer
85 views

Including a post title in a twitter link

Im trying to make a Twitter button on each article of my blog. This is the code I use on single.php <a href="http://twitter.com/home?status=<?php echo urlencode(get_the_title()); ?>"> ...
0
votes
1answer
240 views

How can I style a certain element only when wptouch is active?

I just installed the wptouch plugin for auto-styling my blog in mobile devices. How can I style a certain element on my page to be hidden when this view is active? I.e., in particular, on my blog ...
-1
votes
1answer
572 views

Strip Twitter Username from Profile Field with URL and Save to New Profile Field

Let me start by saying, I am not a coder, but enjoy learning. Here is the situation. I have many custom profile fields for social media added to my user profiles. The user enters the full URL of ...
0
votes
1answer
182 views

How to install Facebook, Google+, & Twitter LIKE buttons for each individual post at frontpage?

I wanna install the Facebook, Google+ & Twitter buttons at the frontpage for each (at the preview of the) posts, so that the user to need to click into the post to like it. Just the like the ...
-1
votes
2answers
1k views

Is there a social members only login plugin for WordPress? [closed]

I'm totally new at WordPress and I'm setting up a site where I want members-only pages. But I also want my members to be able to login with there social network logins (Facebook, Twitter, OpenId, ...
1
vote
1answer
320 views

Permalink doesn't get displayed in Twitter button (Local WordPress problem?)

I'm trying to add a custom "Tweet this" button to my WordPress posts. I'm sticking to the official Twitter guidelines. Here is what I'm actually trying to pull of; I don't want the button, I want a ...
0
votes
1answer
341 views

How can I not cache the twitter widget? [closed]

I am using Hyper Cache on my client's site which works great. However, I recently added the Twitter Pro widget to the sidebar and because of Hyper Cache new tweets don't appear until a new post is ...
0
votes
1answer
443 views

How to stop wordpress auto-tweeting “new blog post:” [closed]

I can't easily isolate which plugin is doing this, or whether it's standard in WP3.3.1. (It would be spammy to test it.) After a new blog post, I automatically tweet "new blog post:" with the link. I ...
-1
votes
1answer
51 views

Serious social interaction [closed]

I have an old blog... 25 posts on wp 2.6. good content, valuable information, right to the point. I am about to update the blog and the posts. Make the posts more up-to-date (there are some 3 years ...
2
votes
2answers
182 views

Tons of Twitter rows in my database

I have 264,307 "http" (post_type = http) rows in my wp_posts table. 99% of those have them have this post_title: GET http://twitter.com/statuses/user_timeline/@xcentric.json?count=100 and "error" ...
1
vote
1answer
872 views

Is it possible a one click user registration with Facebook or Twitter (or other Social Networks)?

Would it be possible to create a wp user by signin up with Facebook connect? (And through Twitter app, and eventually other major social networks? Facebook is most important, then Twitter, the rest ...
2
votes
2answers
2k views

Which social connect plugin do you recommend? [closed]

I'm searching a social connect plugin which allows users to register/login using the following sites and support MULTISITE 1)Facebook 2)Twitter 3)Google 4)Yahoo 5)Others (optional) I've tried many ...
0
votes
2answers
243 views

Redirecting URL with Twitter Button API Not Working

I'm trying to make a Custom Twitter Button in my content.php so where it's placed at the bottom of each post and a button appears that when clicked it can send a Tweet this to Twitter with the post ...
0
votes
1answer
1k views

facebook like, tweet and google+1 buttons inside the loop on home, archive and search pages and missing facebook like buttons

Is there a way to add social media buttons, especially facebook like, tweet and google+1 inside the loop for each post on home, search and archive pages without getting masses of script downloads? ...
1
vote
1answer
142 views

Tweets based on Twitter hashtag into a pending WP post

If a twitter user sends out a lot of content during the day, not all of their followers see it. It'd be good to have a way to 1) curate those links for followers 2) get more traffic back to your site ...
2
votes
2answers
532 views

Displaying additional User Contact Information

I have been advised how to add additional contact info fields to the User admin area here (Click here). However, I am not entirely sure how I can display the the field contents in a link within my ...
0
votes
1answer
142 views

Best way to allow manageable social media URLS?

I am working on a site and it is possible that the site will have a number of pages which feature links to the client's social networking sites (Twitter, Facebook, LinkedIn...). Now I know that the ...
0
votes
1answer
133 views

Modify code for functions.php with specific twitter user url and hashtags

I am looking to import Tweets with certain hashtags and came across this great response and coding in the link below. My question is how to just get posts from one particular twitter user and will the ...
0
votes
3answers
1k views

Twitter/Facebook login for comments

What plug-ins there are available to allow people to leave comments using their Facebook and Twitter logins? Any special considerations or recommendations? I am currently allowing comments with the ...
0
votes
1answer
687 views

Using jQuery toggle() in WordPress post to show/hide Tweet button?

What is the appropriate way to use jQuery toggle() function in a WordPress post to show/hide a Twitter "Tweet" button? The problem I am encountering is when I put the code in my content-post.php, the ...
0
votes
2answers
94 views

How to get a retweet button on my wordpress.com blog?

Is is possible to get a retweet button on a WordPress.com blog? I see that plugins are not an option, and the only widget that I found was for adding my tweets to my blog. I'm looking to add my blog ...
1
vote
1answer
120 views

Mixing Tweets with Posts

I have a client who wants their blog to display both Posts and Tweets in chronological order. These should be mixed into the same feed. I didn't find any plugins that accomplished this, although there ...
0
votes
1answer
74 views

Timed post and tweet?

I'm new to wordpress. Is it possible to say i would like to make this article public on this day and time AND have wordpress tweet it? Possibly tweeting the subject+link or a twitter msg i add in + ...
1
vote
4answers
460 views

Show Twitter followers count snippets don't work

No matter what I try I can't seem to get the code snippets to work that will display the number of followers of Twitter. I tried various ones as the Plugin I'm using is not showing the Twitter number ...
0
votes
2answers
164 views

Displaying tweets problem with @username

I'm getting a problem displaying tweets that include reply's (ie when you @username someone). It's showing the @ symbol but then cutting off the rest of the tweet. (Check out www.teamworksdesign.com ...
0
votes
1answer
499 views

Is there a plugin that creates a WP post based on a Twitter account's hashtag?

I've found a myriad of plugins that tweets my posts or grabs tweets into a widget, or posts all tweets, but none that: looks for a specific twitter @account's #hashtags and creates a WP post in a ...
1
vote
3answers
340 views

Runng Cron Job for Plugin With No CronTab Access

I have a site running WordPress and the Twitter Wordpress plugin (http://community.plus.net/opensource/twitter-wordpress/) My host does not provide access to crontab, so I am looking for a way ...

1 2