Calgarypuck Forums - The Unofficial Calgary Flames Fan Community
Old 12-20-2024, 11:21 PM   #21
KelVarnsen
Franchise Player
 
KelVarnsen's Avatar
 
Join Date: Jul 2010
Location: Apartment 5A
Exp:
Default

PHP Code:
 [TWEET]1866972053145870417[/TWEET
What exactly happens with that before the JS does anything? Create a div or something similar?
KelVarnsen is offline   Reply With Quote
Old 12-21-2024, 12:26 PM   #22
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Yeah exactly. The BBCode for that creates this:

Code:
<div class="tweet" tweetID="1866972053145870417"></div><a href="https://twitter.com/user/status/1866972053145870417" target="_blank">https://twitter.com/user/status/1866972053145870417</a>
And then there's this code at the end of each page which imports the Javascript script and then iterates over all the tweets on a page and does the replacement:

Code:
<script sync src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script>
  window.onload = (function(){
    var tweets = document.querySelectorAll("div.tweet");
    tweets.forEach(
      function(tweet) {
        var id = tweet.getAttribute("tweetID");
        twttr.widgets.createTweet(
          id, tweet, 
          {
            conversation : 'none',    // or all
            cards        : 'visible',  // or visible 
          }
		);
      }
    );
  });
</script>
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 12-21-2024, 07:35 PM   #23
KelVarnsen
Franchise Player
 
KelVarnsen's Avatar
 
Join Date: Jul 2010
Location: Apartment 5A
Exp:
Default

Could we make?
PHP Code:
<div class=bluesky data-bluesky=urlofpost
KelVarnsen is offline   Reply With Quote
Old 12-22-2024, 07:48 PM   #24
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Yeah that would be easy to add as a BBCode.
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
Old 12-23-2024, 12:23 AM   #25
KelVarnsen
Franchise Player
 
KelVarnsen's Avatar
 
Join Date: Jul 2010
Location: Apartment 5A
Exp:
Default

Cool, I’ll do some testing on my end
KelVarnsen is offline   Reply With Quote
The Following User Says Thank You to KelVarnsen For This Useful Post:
Old 01-21-2025, 03:24 PM   #26
KelVarnsen
Franchise Player
 
KelVarnsen's Avatar
 
Join Date: Jul 2010
Location: Apartment 5A
Exp:
Default

Forgot all about this. Will do it tonight.

Can we remove Twitter embeds after we get Bluesky embeds?
KelVarnsen is offline   Reply With Quote
The Following User Says Thank You to KelVarnsen For This Useful Post:
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 12:31 AM.

Calgary Flames
2024-25




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright Calgarypuck 2021