vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   BB Code Enhancements - Embed Tweets from Twitter BB Code (https://vborg.vbsupport.ru/showthread.php?t=320191)

BirdOPrey5 09-09-2015 09:00 PM

Embed Tweets from Twitter BB Code
 
1 Attachment(s)
As with most BB Codes this should work on all versions of vBulletin including vBCloud.

Will embed tweets as you see here.

Log into your Admin CP go to Custom BB Codes on the side menu, expand it, and choose Add New Bb Code.

On the next page enter the following:

Title: Tweet
BB Code Tag Name: tweet
Replacement:
Code:

<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr"><a href="https://twitter.com/abc/status/{param}">Embedded Tweet</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

Example: [tweet]642036152850083841[/tweet]
Description: Embeds a Tweet
Use Option: No
Button Image: (Leave blank or find your own icon image)
Remove Tag If Empty: YES
All remaining Yes/No questions - also YES.

And save the BB Code.

Now in a post you can post something like

[tweet]642036152850083841[/tweet]

to embed a tweet.

You find the number by finding the link to the tweet on twitter and taking the number from the link.

For example the link to a tweet might be:
Code:

https://twitter.com/fox5ny/status/642037356162256896
So in this case use:

[tweet]642037356162256896[/tweet]

To embed the tweet.

friendlymela 10-13-2015 06:11 AM

any screenshot?

BirdOPrey5 10-13-2015 08:56 PM

The demo link is better than a screenshot- http://sedona.vbulletin.net/forum/te...299-test-topic

Madekozu 10-17-2015 06:05 PM

yes ... demo link is much better ;)

another "demo" you can find on my homepage, just - the twitter-code is modified for german language

shimei 11-13-2015 03:41 PM

This is odd. The mod works great, except one bug. When I try to edit a thread's title that has a tweet embedded ..... the pop up asking me if I want to navigate away from the page displays each time I click on the Thread Title input box.

Can someone verify this? I am using VB 5.1.9

BirdOPrey5 11-14-2015 08:47 AM

Quote:

Originally Posted by shimei (Post 2558728)
This is odd. The mod works great, except one bug. When I try to edit a thread's title that has a tweet embedded ..... the pop up asking me if I want to navigate away from the page displays each time I click on the Thread Title input box.

Can someone verify this? I am using VB 5.1.9

I can confirm this does happen. If I click the button to not leave the page I am able to edit the title and re-save without a problem.

Unfortunately not likely I can do anything about it, can't really modify Twitter's code.

It is weird though.

Also only happens when a Tweet is in the first post of a topic.

sylv1 01-31-2016 06:51 PM

hi

great

have you intend to to make automatic import of any tweet of an tweetter account?


:up:

BirdOPrey5 02-02-2016 08:43 AM

No that would be beyond the scope a BB Code. Sorry.

beansbaxter 07-08-2016 10:46 PM

This works great on any threads in forums that are publicly accessible. However, nothing displays when the post is in a forum that's private and can only been seen by specific usergroups. Is there a way to make this work in private forums?

Thanks!

BirdOPrey5 07-09-2016 07:39 AM

This is the replacement code I literally just used on a post on a private site without issue-

Code:

<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr"><a href="https://twitter.com/twt/status/{param}">Embedded Tweet</a></blockquote>
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

Virtually identical, but does that help at all?


All times are GMT. The time now is 10:35 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01073 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete