<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ $GLOBALS['markup_theme_options'] = markup_get_options_value(); global $markup_theme_options; $enable_slider = absint($markup_theme_options['markup_enable_slider']); $enable_box = $markup_theme_options['markup_enable_promo']; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php //wp_body_open hook from WordPress 5.2 if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else { do_action( 'wp_body_open' ); } ?> <div id="page" class="site "> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'markup' ); ?></a> <?php /** * Hook - markup_action_header. * * @hooked markup_add_main_header - 10 */ do_action( 'markup_action_header' ); ?> <?php if ($enable_slider == 1 && (is_home() || is_front_page())) { ?> <section class="slider-wrapper"> <?php /* * Slider Section Hook */ do_action('markup_action_slider'); ?> </section> <?php } ?> <?php if ($enable_box == 1 && (is_home() || is_front_page() ) ) { ?> <section class="promo-slider-wrapper"> <?php /* * Boxes Section Hook */ do_action('markup_action_boxes'); ?> </section> <?php } ?>
Uncategorized

रिपोर्ट में दावा:पैसे देकर ट्विटर ब्लू टिक खरीदने वालों के पास 100 से भी कम हैं फॉलोअर्स – Twitter Paid Blue Tick Row Half Of Twitter Blue Subscribers Have Less Than 1000 Followers

[ad_1]

Twitter paid blue tick row Half Of Twitter Blue Subscribers Have Less Than 1000 Followers

twitter blue badge
– फोटो : अमर उजाला

विस्तार

एक अप्रैल से एलन मस्क ट्विटर के लिगेसी ब्लू चेकमार्क को हटाने जा रहे हैं यानी अब ट्विटर पर सिर्फ उसका ही अकाउंट ब्लू टिक के साथ वेरिफाइड होगा जो पैसे देगा। एलन मस्क ने कुछ महीने पहले ही पेड सर्विस ट्विटर ब्लू की शरुआत की है जिसके तहत कोई भी मासिक या वार्षिक शुल्क देकर ब्लू टिक खरीद सकता है। फ्री वाले ट्विटर ब्लू टिक को लिगेसी ब्लू टिक कहा जाता है और यह कंपनी का पहला और सबसे पुराना वेरिफिकेशन बैगेज है।

अब एक नई रिपोर्ट में दावा किया जा रहा है कि पेड ब्लू टिक के एलन मस्क के कदम से फर्जी अकाउंट्स की संख्या मिलियन में होने वाली है। जो एलन मस्क कुछ महीने पहले तक बॉट अकाउंट्स को लेकर नाराज थे, वही एलन मस्क अब पैसे लेकर ऐसे अकाउंट्स को बढ़ावा दे रहे हैं। कई अकाउंट्स भारत में भी ऐसे ही है जो किसी बड़े बिजनेसमैन या सेलेब्रिटी के फैन अकाउंट हैं लेकिन पैसे देकर इन्होंने ब्लू टिक खरीद लिया है। ऐसे में असली और नकली में फर्क करना एक बहुत बड़ा मुश्किल काम हो गया है।

ये भी पढ़ें: Twitter Blue Tick: छीन लिए जाएंगे सभी फ्री ब्लू टिक, यूजर्स ने कहा- लेना ही था तो दिया क्यों

एलन मस्क ने कहा है कि ब्लू टिक के लिए यूजर्स को पैसे देने होंगे। जो पैसे नहीं देगा उसके अकाउंट से ब्लू टिक वापस ले लिया जाएगा, लेकिन इस बीच एक हैरान करने वाली रिपोर्ट सामने आई है। रिपोर्ट में कहा जा रहा है कि जिन लोगों ने पैसे देकर ब्लू टिक लिया है, उनमें से करीब 50 फीसदी अकाउंट्स के फॉलोअर्स की संख्या 1,000 से भी कम है।

 

Twitter के कुछ पुराने और मिलियन फॉलोअर्स वाले यूजर्स ने एलन मस्क के इस कदम का विरोध भी किया है। शोधकर्ता ट्रैविस ब्राउन (Travis Brown) ने एक बड़ा दावा किया है। ब्राउन जनवरी से ट्विटर ब्लू सब्सक्रिप्शन पर नजर रख रहे हैं। उन्होंने खुलासा किया है कि ट्विटर ब्लू के सब्सक्राइबर्स की संख्या करीब 2,20,132 है और इनमें से आधे ऐसे हैं जिनके 1,000 से कम फॉलोअर्स हैं। ट्विटर ब्लू के 78,059 सब्सक्राइबर्स तो ऐसे हैं जिनके फॉलोअर्स की संख्या 100 से भी कम है, लेकिन इनके अकाउंट के साथ ब्लू टिक मौजूद है।



[ad_2]

Source link

<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ global $markup_theme_options; $copyright = wp_kses_post($markup_theme_options['markup-footer-copyright']); if ( is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4') ) { $count = 0; for ( $i = 1; $i <= 4; $i++ ) { if ( is_active_sidebar( 'footer-' . $i ) ) { $count++; } } $footer_col= 4; if( $count == 4 ) { $footer_col= 4; } elseif( $count == 3) { $footer_col= 3; } elseif( $count == 2) { $footer_col= 2; } elseif( $count == 1) { $footer_col= 1; } } ?> <div class="footer-full-width"> <?php if ( is_active_sidebar( 'full-width-footer' ) ){ dynamic_sidebar( 'full-width-footer' ); } ?> </div> <div class="footer-wrap"> <div class="container"> <div class="row"> <?php for ( $i = 1; $i <= 4 ; $i++ ){ if ( is_active_sidebar( 'footer-' . $i ) ) { ?> <div class="footer-col-<?php echo absint( $footer_col ); ?>"> <div class="footer-top-box wow fadeInUp"> <?php dynamic_sidebar( 'footer-' . $i ); ?> </div> </div> <?php } } ?> </div> </div> <footer class="site-footer"> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="copyright"> <?php echo wp_kses_post( $copyright ); ?> <span class="sep"> | </span> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( esc_html__( 'Theme: %1$s by %2$s.', 'markup' ), 'Markup', '<a href="https://www.templatesell.com/">Template Sell</a>' ); ?> </div> </div> <div class="col-sm-6"> <div class="footer-menu"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_id' => 'footer-menu', 'menu_class' => 'footer-menu', ) ); ?> </div> </div> </div> </div> </footer> <?php do_action('markup_go_to_top_hook'); ?> </div> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>