Skip to main content

Nút Share hình trái tim cho Blog

Nhân dịp ngày Lễ tình yêu Valentine sắp đến, Karl giới thiệu cho các bạn thủ thuật tạo một Share Box hình trái tim. Share Box này giống như Share Box hình quả trứng. Khá đẹp nhỉ!
 


 Bây giờ chúng ta đưa nó vào Blog.
Backup Template để đề phòng rủi ro

* Đến Mẫu >> Chỉnh sửa HTML, tìm thẻ </head>
* Copy đoạn code sau vào trước thẻ< /head>


<!-- Start Heart Bookmarking Gadget Code  -->

<script src='http://w.sharethis.com/gallery/shareegg/shareegg.js' type='text/javascript'/>
<script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/>
<script type='text/javascript'>stLight.options({publisher: &quot;ur-98d377f-bdd3-9ad1-fbe5-2a678f0a60ee&quot;, onhover:false}); </script>
<link href='http://w.sharethis.com/gallery/shareegg/shareegg.css' media='screen' rel='stylesheet' type='text/css'/>
<!-- End Heart Bookmarking Gadget Code  -->
   

* Bây giờ tìm thẻ </body> và dán đoạn code sau vào trước thẻ </body>



<!-- Start Heart Share Code  -->

<div style='position: fixed; bottom: 2%; right: 12%;'>
<div class='shareEgg' id='shareThisShareHeart'/>
</div>
<script type='text/javascript'>stlib.shareEgg.createEgg(&#39;shareThisShareHeart&#39;, [&#39;facebook&#39;,&#39;twitter&#39;,&#39;pinterest&#39;,&#39;linkedin&#39;,&#39;stumbleupon&#39;,&#39;email&#39;,&#39;sharethis&#39;], {title:&#39; <data:blog.pageTitle/>&#39;,url:&#39;<data:blog.url/>&#39;,theme:&#39;shareheart&#39;});</script>
<!-- End Heart Share Code -->


Note: Bạn có thể chỉnh sửa các dòng màu đỏ theo ý thích.

* Lưu mẫu


728x90 Adsense4 Chương Trình Affiliate

Comments

  1. rất hợp vs ngày valentine

    ReplyDelete
  2. Em cũng đang alone ;(. Nhưng vì tình thần Valentine, post bài cho có không khí (f)

    ReplyDelete
    Replies
    1. Năm mới đổi mới đi chứ ^^
      Kiếm em nào cho đỡ alone :D

      Delete
  3. Replies
    1. Hốt đại mấy e teen teen ý , nghe nói mấy e đấy dễ cưa lắm , khà khà :D

      Delete
  4. Hay là bác viết bài zề "cưa" đi :d Để ace còn được lãnh giáo kinh nghiệm của bác :))

    ReplyDelete
  5. HB qua thăm KC nè!
    KC giỏi thủ thuật Blog quá nha!
    Cho HB học hỏi với! HB dở ẹc vụ này...
    Chúc KC tối nhề niềm vui...

    ReplyDelete
  6. Cảm ơn cô đã sang thăm blog cháu :)), lâu lắm mơi có người vào blog và để lại comment, mà comment lại dài đến vậy. Cảm giác lâng lâng khó tả, thật đấy.

    ReplyDelete
  7. Cái share box này có ở sharethis.com thì phải, mình đăng kí tài khoản xong là có rất nhiều mẫu để lựa chọn, dễ lắm cô à

    ReplyDelete
  8. Chia sẽ khá hay, cảm ơn bạn!
    Ly Diệu – Tư vấn viên
    -------------------------------------------------------------------
    • Xem chi tiết về Dịch vụ quay phim đám cưới theo phong cách phóng sự ở Sài Gòn
    • Hoặc Dich vu quay phim dam cuoi theo phong cach phong su o Sai Gon

    ReplyDelete

Post a Comment

Popular posts from this blog

Leveraging the Fast TikTok API on Apify for Efficient Data Scraping

Introduction: In the world of social media data analysis, TikTok has emerged as a popular platform with a vast amount of user-generated content. To extract valuable insights from TikTok, developers and researchers often resort to web scraping. One efficient way to accomplish this task is by utilizing the Fast TikTok API on the Apify platform. In this article, we will explore the benefits and capabilities of leveraging the Fast TikTok API for data scraping on TikTok. Check the API here:  https://apify.com/novi/fast-tiktok-api

Giải trí với video hài

Hy vọng video này sẽ giúp mọi người thư giãn và xả xì trét :D

Tutorial: Scraping Data from TikTok using Fast TikTok API with Python

In this tutorial, I will guide you through the process of scraping data from TikTok using the Fast TikTok API with Python. We will be using the requests library to make HTTP requests and retrieve data from the API. Let's get started! Step 1: Obtain API Credentials Go to https://apify.com and create an account if you haven't already. Once logged in, navigate to the Fast TikTok API page ( https://apify.com/novi/fast-tiktok-api ). Follow the instructions on the page to obtain your API credentials, such as an API key or access token. Make sure to note down these credentials for future use. Step 2: Set up your Python Environment Ensure that you have Python installed on your system. You can download the latest version of Python from the official website ( https://www.python.org ). Install the requests library by running the following command in your terminal: pip install requests Step 3: Import Required Libraries Open your preferred Python IDE or text editor and create a new Python