How to Add a Like Box on Tumblr

来自freem
Lukegao1讨论 | 贡献2023年3月22日 (三) 13:30的版本 (创建页面,内容为“ Adding a Like Box on Tumblr is a great way to encourage your visitors to follow you on other social media platforms. Here are the steps to add a Like Box on Tumblr: 1. Log in to your Tumblr account and go to the Tumblr theme customization page. 2. Click on the "Edit HTML" button to open the HTML editor. 3. In the HTML editor, find the </head> tag and paste the following code right before it: ```html <script src="//platform.tumblr.com/v1/share.js"></script…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索


Adding a Like Box on Tumblr is a great way to encourage your visitors to follow you on other social media platforms. Here are the steps to add a Like Box on Tumblr:

1. Log in to your Tumblr account and go to the Tumblr theme customization page.

2. Click on the "Edit HTML" button to open the HTML editor.

3. In the HTML editor, find the </head> tag and paste the following code right before it:

```html <script src="//platform.tumblr.com/v1/share.js"></script> ```

4. Scroll down to where you want to add the Like Box and insert the following code:

```html

```

5. Replace "yourpagename" in the code with your Facebook page name or URL.

6. Customize the width and height values in the code to fit your Tumblr theme.

7. Save and exit the HTML editor.

8. Preview your Tumblr blog to see the Like Box in action.

That's it! You now have a Like Box on your Tumblr blog, which will encourage your visitors to follow you on Facebook.