Pari Digital Marketing

success behind you

bedpage

Breaking

Amazon Festival Offers - Get 80% Discount

Wednesday 29 April 2020

How to Add Breaking News Ticker in Blogger Template

Stay Safe Wear Mask, Protect Your Self from COVID-19 Thanks For Visit My Website
How to Add Breaking News Ticker in Blogger Template

यदि आप ब्लॉगर है तो यह पोस्ट आपके लिए है हमारी इस site पर आपका स्वागत है। इस पोस्ट में हम जानेगे की अपनी ब्लॉग में Blogger me Breaking News Ticker kaise Lagaye ब्लॉग के होम पेज में ब्रेकिंग न्यूज़ को दिखाने से आपके visitor को तुरंत पता चल जाता है कि आपके ब्लॉग पर कौन सा नया पोस्ट आया है। इस लिए अपने ब्लॉग में Breaking News Ticker जरूर लगाए।
तो चलिए जानते है How to Add Breaking News Ticker in Blogger Template
How to Add Breaking News Ticker in Blogger Template

आज कल हम ब्लॉग्गिंग में पोस्ट डालते है और क्युकि हम इतने professional तो नहीं इसलिए FREE की Template यूज़ करते है , और समय के हिसाब से मार्किट में नयी नयी THEME आती है और हमको लगता है की उस theme के नए नए फीचर्स अपनी भी THEME में भी वह सब ऑप्शन होते है। और इसके लिए आप पूरी theme चेंज कर देते है। जिससे दोनों थीम का इफ़ेक्ट आपकी ब्लॉग में आ जाता है जिस से ब्लॉग का look ख़राब हो जाता है। इसके लिए आप आसानी से नए नए फीचर्स को आसानी से ऐड कर सकते है। तो हम इस स्थिति में Theme Customise करेंगे और जानेगे की आप How to Customise Blogger Theme.
तो हम इसी फीचर्स को किसी भी टेम्पलेट में कैसे add कर सकते है। इसके बारे में विस्तार से जानेगे।

Step to Add Breaking News Ticker in Blogger Template 
आप बहुत ही आसानी से अपने ब्लॉग में Breaking News Ticker को जोड़ कर अपने ब्लॉग को एक नया रूप दे सकते है। निचे हम इसके स्टेप बताने वाले है कौन सा भी स्टेप छोड़े नहीं , और ऐसा किया तो ये फीचर्स शायद काम ना करे। और आप आसानी से ब्लॉग में New Widget को आसानी से ऐड कर सकते है।  इस पोस्ट में हम ये भी जान लेंगे की अपनी ब्लॉग में How To Add Widget in Blogger Template

Step 1- अपने ब्लॉगर Dashboard में लोगी करें और Theme Section में जाकर Edit Theme पर क्लिक करें। 
Step - 2 अब आपको CTRL+F दबाएंगे तो एक सर्च बॉक्स ओपन होगा। इस सर्च बॉक्स में टाइप करे  </body> और एंटर करे। निचे बॉक्स में दी गयी Javascript को अच्छे से कॉपी करे और </body> Tag के ऊपर Paste करें। 


<script type='text/javascript'>
//<![CDATA[
$(document).ready(function () {
var url_blog = 'PASTE YOUR URL HERE', //replace with your Domain 
    numpostx  = 10; //Posts want to display
$.ajax({
    url: '' + url_blog + '/feeds/posts/default?alt=json-in-script&max-results=' + numpostx + '',
    type: 'get',
    dataType: "jsonp",
    success: function(data) {
        var posturl, posttitle, skeleton = '',
            entry = data.feed.entry;
        if (entry !== undefined) {
            skeleton = "<ul>";
        for (var i = 0; i < entry.length; i++) {
                for (var j=0; j < entry[i].link.length; j++)
                {
                     if (entry[i].link[j].rel == "alternate")
                        {
                            posturl = entry[i].link[j].href;
                            break;
                         }
                }                posttitle = entry[i].title.$t;
            skeleton += '<li><a href="' + posturl + '" target="_blank">' + posttitle + '</a></li>';
        }
            skeleton += '</ul>';
            $('#recentpostbreaking').html(skeleton);
            // kode untuk efek pada breaking news
            function tick(){
            $('#recentpostbreaking li:first').slideUp( function () { $(this).appendTo($('#recentpostbreaking ul')).slideDown(); });
            }
        setInterval(function(){ tick () }, 5000);
        } else {
            $('#recentpostbreaking').html('<span>No result!</span>');
        }
    },
    error: function() {
            $('#recentpostbreaking').html('<strong>Error Loading Feed!</strong>');
       }
});
});
//]]>
</script>
Step 3- इस कोड में PASTE YOUR URL HERE की जगह अपने ब्लॉग का URL PASTE करें 
और ध्यान दे की ' ' के अंदर ही हो

Step 4 - अब आपको CTRL+F दबाएंगे तो एक सर्च बॉक्स ओपन होगा। इस सर्च बॉक्स में टाइप करे  </head> और एंटर करे। निचे बॉक्स में दी गयी Javascript को अच्छे से Copy करे और </head > Tag के ऊपर Paste करें और Save Theme पर क्लिक करें।

  <style type='text/css'>
#beakingnews{width:980px;margin:0 auto;line-height:25px;height:25px;background:#F7F7F7;overflow:hidden;margin-top:5px;}
#beakingnews .tulisbreaking{display:block;float:left;padding:0 7px;margin:0 5px 0 0;color:#FCFCFC;background:#5F0000}
#recentpostbreaking{float:left}
#recentpostbreaking ul,#recentpostbreaking li{list-style:none;margin:0;padding:0}
</style>
Step 5 - अब अपने ब्लॉगर के layout section में जाकर Add To Gadget करके HTML/Javascript पर क्लिक करके निचे दिए गए कोड को Paste करें। यह Gadget जहां भी ऐड करेंगे वहाँ यह ब्रेकिंग न्यूज़ दिखाई देखा।

<div id='beakingnews'><span class='tulisbreaking'>Breaking News</span><!-- tag pembuka tempat Breaking News-->
<div id='recentpostbreaking'>Loading...</div><!-- tag tempat daftar Breaking News ditampilkan-->
</div><!-- tag penutup tempat Breaking News-->
  </b:if></b:if>



आपको हमारा यह आर्टिकल कैसा लगा और कमेंट बॉक्स में कमेंट जरूर करे। 

80 comments:

  1. Please I want to get a horizontal transision of breaking news tick

    ReplyDelete
  2. very helpful,and clear content.

    ReplyDelete
  3. Wow, cool post. I'd like to write like this too - taking time and real hard work to make a great article... but I put things off too much and never seem to get started. Thanks though. https://www.theplaynews.com/

    ReplyDelete
  4. Positive site, where did u come up with the information on this posting?I have read a few of the articles on your website now, and I really like your style. Thanks a million and please keep up the effective work. budget tracking template

    ReplyDelete
  5. Good and well described article. This has been very helpful for me. Thanks!

    ReplyDelete
  6. after adding these code. its showing loading.
    Please help me to get the posts in ticker.

    ReplyDelete
  7. sarkari yojana

    here Sarkari Yojana provide latest news about sarkari yojana, sarakri job, bank job, talati mantri job. we provide all information about the various vacancy of various job post.

    Thenk you.
    by india khabar and team .

    ReplyDelete
  8. Yes i am totally agreed with this article and i just want say that this article is very nice and very informative article.I will make sure to be reading your blog more. You made a good point but I can't help but wonder, what about the other side? !!!!!!Thanks https://theplaynews.com/

    ReplyDelete
  9. Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon. Big thanks for the useful info. breaking news

    ReplyDelete
  10. Usually I never comment on blogs but your article is so convincing that I never stop myself
    to say something about it. i am Really very happy to say that this post is very interesting
    to read and keep it up bro.
    Vu Moaaz Past Papers

    ReplyDelete
  11. There is so much in this article that I would never have thought of on my own. Your content gives readers things to think about in an interesting way. Noticias wwe

    ReplyDelete
  12. Usually I never comment on blogs but your article is so convincing that I never stop myself
    to say something about it. i am Really very happy to say that this post is very interesting
    to read and keep it up bro. GXSS1B VER3.1 BOARD TYPE HD RECEIVER ORIGINAL DUMP FILE

    ReplyDelete
  13. after adding these code. its showing loading.
    Please help me to get the posts in ticker.Reply

    ReplyDelete
    Replies
    1. kya apne apne website ka sahi domain add kiya hai

      Delete
  14. Thanks for taking the time to discuss this, I feel strongly about it and love learning more on this topic. If possible, as you gain expertise, would you mind updating your blog with extra information? It is extremely helpful for me. chen zhi cambodia

    ReplyDelete
  15. Cool you write, the information is very good and interesting, I'll give you a link to my site. ताजा खबरें

    ReplyDelete
  16. You have a real ability for writing unique content. I like how you think and the way you represent your views in this article. I agree with your way of thinking. Thank you for sharing. The Play news

    ReplyDelete
  17. At whatever point we hear the expression "Breaking News" a desire to move quickly hits our mind. Unexpectedly we begin focusing harder. This is the same old thing for the human cerebrum. Our mind reacts to strange things or occasions at a quicker speed than it does to typical occasions. crime rates internationally

    ReplyDelete
  18. Very educating story, saved your site for hopes to read more! biografia de alex saab

    ReplyDelete
  19. Thanks for every other informative site. The place else may just I get that kind of information written in such an ideal means? I have a venture that I’m just now operating on, and I have been on the look out for such information. Ciex

    ReplyDelete
  20. Cloud computing is the perfect enabler for Insurers to implement the digital version of their company faster and cheaper. what is digital perm

    ReplyDelete
  21. I am happy to find this post Very useful for me, as it contains lot of information. I Always prefer to read The Quality and glad I found this thing in you post. Thanks football full matches

    ReplyDelete
  22. Thanks for providing recent updates regarding the concern, I look forward to read more. football full matches

    ReplyDelete
  23. Nice blog and absolutely outstanding. You can do something much better but i still say this perfect.Keep trying for the best. ole777

    ReplyDelete
  24. Nice blog and absolutely outstanding. You can do something much better but i still say this perfect.Keep trying for the best. จีคลับ168

    ReplyDelete
  25. I high appreciate this post. It’s hard to find the good from the bad sometimes, but I think you’ve nailed it! would you mind updating your blog with more information? Arkansas Latest News

    ReplyDelete
  26. I admire what you have done here. I like the part where you say you are doing this to give back but I would assume by all the comments that this is working for you as well. เว็บพนันออนไลน์

    ReplyDelete
  27. I can't copy HTML Link. may be it is in JPGL formate.

    ReplyDelete
    Replies
    1. https://www.paridigitalmarketing.com/p/down-load-breaking-news-ticker-html-code.html

      page par jaye or download kare

      Delete
  28. Thanks for the nice blog. It was very useful for me. I'm happy I found this blog. Thank you for sharing with us,I too always learn something new from your post. buccal fat removal 10 years later

    ReplyDelete
  29. Thanks so much for the article post. Thanks Again. Great.
    get more info about digital perm

    ReplyDelete
  30. These incorporate positions figures, expansion information, and assembling files, straightforwardly from the Bureau of Labor Statistics, Commerce Department, and the Treasury Press Room in a machine-coherent feed that is enhanced for algorithmic dealers. https://bongotoday.com/

    ReplyDelete
  31. Hello I am so delighted I located your blog, I really located you by mistake, while I was watching on google for something else, Anyways I am here now and could just like to say thank for a tremendous post and a all round entertaining website. Please do keep up the great work. singapore digital perm

    ReplyDelete
  32. What a thrilling post. It is extremely chock-full of useful information. Thanks for such a great info. https://voiceofandhra.net/

    ReplyDelete
  33. Hello, I have browsed most of your posts. This post is probably where I got the most useful information for my research. Thanks for posting, maybe we can see more on this. Are you aware of any other websites on this subject. digital perm website

    ReplyDelete
  34. find out more trending news in 2022 Thanks for a very interesting blog. What else may I get that kind of info written in such a perfect approach? I’ve a undertaking that I am simply now operating on, and I have been at the look out for such info.

    ReplyDelete
  35. Thanks for a wonderful share. Your article has proved your hard work and experience you have got in this field. Brilliant .i love it reading. best digital perm

    ReplyDelete
  36. Asharq arab news I have read all the comments and suggestions posted by the visitors for this article are very fine,We will wait for your next article so only.Thanks!

    ReplyDelete
  37. We have sell some products of different custom boxes.it is very useful and very low price please visits this site thanks and please share this post with your friends. https://penzu.com/p/66ce0871

    ReplyDelete
  38. We run a lead-gen website for insurances in Norway. I would be curious to know your opinion on using content marketing as a strategy for generating leads and increasing our brand awareness online. We came across an example of such a strategy on Firda.no, done for Lånesiden. They are in the financial space, but we are considering doing something similar. As you can see, a problem the customer is likely to be having is presented and talked about. The solution to this problem, which is proposed in the end, can be found on Lånesiden. Perhaps it might be a good idea to follow these principles in our content marketing for the insurance market as well?

    ReplyDelete
  39. I have written bolg about tarpaulins. Tarpaulins Protect your Garden and you can also use in home. tarpaulins are use in construction site. you can use to make greenhouse. for more Read This

    ReplyDelete
  40. I just want to let you know that I just check out your site and I find it very interesting and informative.. وصلت

    ReplyDelete
  41. It does not take very same valuable plus valuable posted and find out precisely what a lot of people check out a lot of people. newsbreak.site

    ReplyDelete
  42. Thanks for the nice blog. It was very useful for me. I'm happy I found this blog. Thank you for sharing with us,I too always learn something new from your post. ziareonline24.ro

    ReplyDelete
  43. Thanks for the blog loaded with so many information. Stopping by your blog helped me to get what I was looking for. ziareonline24.ro

    ReplyDelete
  44. The most interesting text on this interesting topic that can be found on the net ... car seat for dogs

    ReplyDelete
  45. Wow, excellent post. I'd like to draft like this too - taking time and real hard work to make a great article. This post has encouraged me to write some posts that I am going to write soon. naija news

    ReplyDelete
  46. I think this is an informative post and it is very useful and knowledgeable. therefore, I would like to thank you for the efforts you have made in writing this article. Dollar to naira exchange rate

    ReplyDelete
  47. I think this is an informative post and it is very useful and knowledgeable. therefore, I would like to thank you for the efforts you have made in writing this article. Newsonline

    ReplyDelete
  48. Thanks for this great post, i find it very interesting and very well thought out and put together. I look forward to reading your work in the future. digital perm in Singapore

    ReplyDelete
  49. Thanks for a very interesting blog. What else may I get that kind of info written in such a perfect approach? I’ve a undertaking that I am simply now operating on, and I have been at the look out for such info. Naira

    ReplyDelete
  50. I admire this article for the well-researched content and excellent wording. I got so involved in this material that I couldn’t stop reading. I am impressed with your work and skill. Thank you so much. Dollar to naira exchange rate

    ReplyDelete
  51. Excellent article. Very interesting to read. I really love to read such a nice article. Thanks! keep rocking. Newsonline Nigeria

    ReplyDelete
  52. Very informative post! There is a lot of information here that can help any business get started with a successful social networking campaign. newsone

    ReplyDelete
  53. Great job for publishing such a beneficial web site. Your web log isn’t only useful but it is additionally really creative too. grant

    ReplyDelete
  54. I was surfing the Internet for information and came across your blog. I am impressed by the information you have on this blog. It shows how well you understand this subject. loan

    ReplyDelete
  55. Today a career in Journalism is attracting a large number of enthusiastic young boys and girls. To be a journalist you require a course training which can enhance your skills and confidence. Did Putin tell Pakistan PM that Gilgit -Baltistan is part of India?

    ReplyDelete
  56. I think this is an informative post and it is very useful and knowledgeable. therefore, I would like to thank you for the efforts you have made in writing this article. latest news

    ReplyDelete
  57. I was surfing the Internet for information and came across your blog. I am impressed by the information you have on this blog. It shows how well you understand this subject. grant

    ReplyDelete
  58. imToken下载钱包 imtoken 安卓版 is an easy and secure digital wallet trusted by millions. It supports BTC, ETH, EOS, TRX, CKB, BCH, LTC, DOT, KSM, FIL and many other crypto assets imtoken 安卓版

    ReplyDelete
  59. Nice to be visiting your blog again, it has been months for me. Well this article that i've been waited for so long. I need this article to complete my assignment in the college, and it has same topic with your article. Thanks, great share. check more info about mucota digital perm

    ReplyDelete
  60. You there, this is really good post here. Thanks for taking the time to post such valuable information. Quality content is what always gets the visitors coming. Chelsea news today

    ReplyDelete
  61. I wanted to thank you for this excellent read!! I definitely loved every little bit of it. I have you bookmarked your site to check out the new stuff you post. https://c-curl-perm-singapore.mystrikingly.com/

    ReplyDelete
  62. Really appreciate you sharing this blog post. Much thanks again. Fantastic.
    best digital learning

    ReplyDelete
  63. Thus, reviews are credible in addition to the reporters and subjects. Therefore, whilst you are watching a TV record, you could be confident that the contents are actual.'garra' la nueva película de adam sandler

    ReplyDelete
  64. This blog was very nicely formatted; it maintained a flow from the first word to the last. Top Gun Jacket

    ReplyDelete
  65. not working this code i mean how to copy not work to select this codes
    http://www.zingoweb.xyz/

    ReplyDelete
  66. Hmm… I interpret blogs on a analogous issue, however i never visited your blog. I added it to populars also i’ll be your faithful primer. Home - Many Daily News

    ReplyDelete
  67. A comprehensive SEO strategy can help you target your ideal customer and improve your conversion rate. RyanCameron

    ReplyDelete
  68. "Using data-driven insights, businesses can identify their most valuable digital marketing channels and allocate resources accordingly." http://strong-seo.com

    ReplyDelete
  69. "Blogging has allowed me to pursue my passion and turn it into a fulfilling career." kristelstaci

    ReplyDelete
  70. The digital marketing administrations that you decide to utilize ought to be an ideal fit for your organization and your necessities.
    digital nordic

    ReplyDelete
  71. Local SEO helps businesses appear in location-based searches. fqpmontreal.ca

    ReplyDelete
  72. These agencies manage pay-per-click (PPC) advertising campaigns on platforms like Google Ads.
    Digital Marketing Agency

    ReplyDelete
  73. Engage your target audience with cutting-edge entertainment marketing strategies.
    entertainment marketing services

    ReplyDelete
  74. Her performances are a testament to her hard work. fapellk

    ReplyDelete
  75. Zara's commitment to her training is unwavering. fapellop

    ReplyDelete

New For You Open It

Popular Posts

WooCommerce