Viewing 1 replies (of 1 total)
  • Plugin Author Chandan Kumar

    (@chandanonline4u)

    Tweets id has been saved as value of meta key ‘_tweet_id’, You can get tweet id by using the following code:

    $tweet_id = get_post_meta($post->ID, '_tweet_id', true);

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Obtaining Tweet ID in template’ is closed to new replies.