How to create a Widget for Blogger post evaluation

7:14 AM

Reviews articles  aka Rating 1 widget useful, it helps readers better interact with your blog through article assessment.  In this article, ...

How to create a Widget for Blogger post evaluation
Reviews articles aka Rating 1 widget useful, it helps readers better interact with your blog through article assessment. In this article, I will guide you how to create one widget for Blogger post evaluation free

POSTS WIDGET FOR BLOGGER ASSESS A STAR

First you go here and register 1 nick. This page was created widget helps us evaluate articles absolutely free not only for, but also for WordPress Blogger as well as many other source
Then you go to: http://rating-widget.com/get/rating/blogger/ # editor
In Page Editor, Rating-widget gives you 6 items to customize
  • STYLES: Styles
  • THEME & COLORS: Colors and interfaces
  • LANGUAGE & FONT: Language and Font (Note: Rating-Widget support Vietnamese language)
  • LABEL: Position
  • STARS: The number of star
  • CUSTOM TEXT: Text displayed when you hover your mouse on the stars
Part of your custom order more, I can not explain more in this section

ADD POST WIDGET FOR BLOGGER ASSESSMENT

Rating-widget supports 2 types, 1 is added automatically, 2 is added manually. I will guide way 2. You click Button Show Source Code to display the widget code then copy it back. For example, his
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<script type="text/javascript">(function(d, t, e, m){
    window._rws = window._rws || [{
        huid: "167987" ,
        uid: "4220df23cac1847c0a27bd402eb042ac" ,
        source: "blogger",
        options: {
            "Size" , "medium" ,
            "style": "ratingwidget",
            "Lng" : "en" ,
            "showRecommendations": false,
            "showSponsored": false
        }
    }];
 
    // Append Rating-Widget JavaScript library.
    was rw, s = d.getElementsByTagName (s) [ 0 ], id = "rw-blogs-js" ,
        p = d.location.protocol, a = ("https:" == p ? "secure." +
        m + "js/platform/" : "js." + m + "platform/"),
        ck = "Y" + t.getFullYear() + "M" + t.getMonth() + "D" + t.getDate();
    if (d.getElementById(id)) return;             
    rw = d.createElement(e);
    rw.id = id; rw.async = true; rw.type = "text/javascript";
    rw.src = p + "//" + a + "blogger.js?ck=" + ck;
    s.parentNode.insertBefore(rw, s);
}(document, new Date(), "script", "rating-widget.com/"));</script>
Then you log in to Blogger >> Layout >> Add HTML Widgets Copy and insert the code just above on
Save it. So that's done. Now you can go back to the homepage to check if the operation had not. I wish you success -

1 comment: