Home >Backend Development >PHP Tutorial >Typecho blog publishes articles to synchronize Sina Weibo plug-in typecho editor typecho cache typecho background 404
This article introduces to programmers the Typecho blog post synchronization Sina Weibo plug-in. This can increase the social traffic of your blog and increase user stickiness. Interested programmers can refer to it.
Typecho blog publishes articles to synchronize Sina Weibo plug-in, which can increase the social traffic of your blog and increase user stickiness. Click to download:
Typechosina.zip
The installation tutorial is as follows:
As shown below after activation:
Click on the Sina logo in the upper left corner, log in to Sina Weibo, and enter the following page:
After obtaining the TOKEN and UID, fill it in the plug-in settings, and open the plug-in: typecho_Sina_Profile.php file:
<?<span>php </span><span>define</span>('SINA_ACCESS_TOKEN','这里是token'<span>); </span><span>define</span>('SINA_UID','这里是uid'<span>); </span>?>
This is it , the installation is complete!
Original address: http://www.manongjc.com/article/750.html
Related reading:
Latest update
The above introduces the Typecho blog post synchronization Sina Weibo plug-in, including the content of typecho. I hope it will be helpful to friends who are interested in PHP tutorials.