Recently, almost everything from tweets to videos and even toilet paper is on sale as NFT. It is even possible to offer a purchase request for things that are not on sale. Some tweets will certainly be more in demand than others.
NFT, one of the latest products of digitalization, has achieved a great success in a short time. For the first Tweet 2.5 million dollars was offered. Many different things such as various images, videos, toilet papers can be sold with NFT.
Some posts on Twitter, which have perhaps billions of tweets so far, but with the number of likes they receive, but with their periodic importance, manage to differentiate from almost all tweets. If sold can earn serious money we have compiled some posts.
The most famous selfie in history
This post, shared by Ellen DeGeneres at the Oscar award ceremony, was very popular at that time and Most retweeted of all time He managed to be among his posts. In fact, this tweet, which is bumpy on the Galaxy Note 3, can find serious numbers.
Obama’s quote from Mandela
“No one is born to hate another person because of their skin color, background, or religion.” This phrase, which means, actually belongs to Nelson Mandela. This quote from Obama is also especially in the USA it is quite popular.
Farewell to Black Panther
Marvel hero who became the idol of blacks around the world, especially in the USA Black Panther Chadwick Boseman played on the big screen. His famous game died at a very young age due to cancer.
BTS’s joy
Popular South Korean K-Pop group BTS has fans all over the world. Your group Grammy joy It is also one of the most liked posts. Naturally, it has everything it takes to be popular if converted to NFT.
Chester bennington
The sharing of Linkin Park soloist Chester Bennington, who passed away, from the group’s official account, especially by the band’s fans was shared frequently. This post also has great NFT potential.
A new day in america
This was the first Tweet sent by US President Joe Biden, who began his term at the White House after Trump’s loss in the US. Especially in case it becomes a charity campaign this post for very serious sums can find buyers.
Our age is revealed
“Hey guys, wanna feel old?
I turned 40.
You are welcome.”
This post by Macaulay Culkin is almost how time passes like water is showing.
No edit button for those who don’t wear a mask
“You can have an edit button when everyone wears a mask” Twitter worldwide for wearing a mask his remarkable call. As you know, people have been waiting for Twitter to put a post edit button for years.
Tried and succeeded
CJ McCollum, one of the NBA players, clarified the details of a statement he made in the past with a post he made on Twitter. One of the replies to the bottom of that post is from a woman named Jennifer Williams. “Win a play off match, talk like that” was. CJ McCollum also “I’m Trying Jennifer” Shared this post which means. The word, even printed on T-shirts in its name, became so popular that McCollum and his team dedicated their first playoff win to Jennifer.
Do you think it’s on this list What other tweets should be included? Which Turkish tweets are sold as NFT for large amounts? We are waiting your comments.
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });