Hi all,
I'm trying to fetch the permalink of the tweets that are displayed on my WordPress site through Twitter Tools plugin.
I've looked over twitter-tools.php to see if I could get any hint, but it didn't seem to be that straightforward (Yes, I'm fairy new to PHP).
What I want is linking each tweet on my WordPress site to its(tweet's) permalink (NOT WordPress Post permalink), such as
twitter.com/#!/twitter-username/status/unique-tweet-id
, as you see when you click on the timestamp of a tweet on twitter.
Is there any workaround/hack for this? Or if it's something rather straightforward, what codes can I use to achieve this?
I would greatly appreciate for your time and replies in advance.