更新记录 0.2 1.优化文章显示 2.增加分页功能 3.替换图标 4.修改菜单名称
简介:
=== Simple microblogging === Contributors: sgcoskey, vgitman, VegetarianZombie,obaby Donate link: https://boolesrings.org Tags: tweet, tweets, microblog, microblogging, micropost Requires at least: 3.0 Tested up to: 6.1.1 Stable tag: 0.1 增强版支持网站:http://oba.by Add a microblog to your site; display the microposts in a widget or using a shortcode. 增强版优化页面显示,增加分页功能。 == Description == This simple plugin allows you to easily post short messages such as thoughts and updates. These messages will not appear in your stream of posts; instead you can display them in a widget in yours sidebar. You can also display them in any post or page by using the `[m i c r o b l o g ](使用时去掉空格)` shortcode. To get started, just look for the new `Microposts` administration panel in your dashboard. Click `Add new` and then compose a short message in the same way that you normally compose your posts. If you give the micropost a title, then it will be displayed in bold and used as the first few words of the micropost. Then, either add the widget to your sidebar or add the `[m i c r o b l o g ](使用时去掉空格)` shortcode into your site, and that's it! The `[m i c r o b l o g ](使用时去掉空格)` shortcode supports several options: * **num**: The number of microposts to show. Defaults to `5`. Use `-1` to show all microposts. * **null_text**: If no results are returned, shows this text. Defaults to `(none)`. * **show_date**: If defined, the creation date will precede the microposts. * **date_format**: If showing the date, this php date format will be used. The default is the Date Format value from the General Settings page. I recommend `"F j"`, which displays as "May 12". * **use_excerpt**: If defined, use the post excerpt instead of the entire contents. We recommend writing short microposts, but if you prefer to write longer ones, this can be used to truncate them. Unfortunately, WordPress excerpts don't allow links or other html, use the plugin [Advanced Excerpt](http://wordpress.org/extend/plugins/advanced-excerpt/) to remedy this! * **q**: Arbitrary &-separated arguments to add to the query. See the [WP_Query](http://codex.wordpress.org/Class_Reference/WP_Query/#Parameters) page for available syntax. For example, to show only posts from author `sam` in ascending instead of descending order, you would write `[m i c r o b l o g q="author_name=sam&order=ASC"]`(使用时去掉空格). The output can then be further formatted using CSS. We recommend the plugin [Improved Simpler CSS](http://wordpress.org/extend/plugins/imporved-simpler-css/) for quickly styling your post list (and your site)! Report bugs, give feedback, or fork this plugin on [GitHub](http://github.com/scoskey/Simple-microblogging-wordpress-plugin). == Installation == Nothing unusual here! == Screenshots == 1. A rendered widget containing my two microposts 2. The widget configuration box == Other notes == If you are having trouble viewing your microposts, try visiting your permalinks preference pane and clicking `Save changes`. It is a known issue that some permalink structures do not work with Simple microblogging when the plugin `Salmon for wordpress` is installed. == Changelog == 0.2 1.优化文章显示 2.增加分页功能 3.替换图标 4.修改菜单名称 0.1 Added support for authors. Added use_excerpt option to the shortcode 0.0 initial releasec
插件效果:
实例演示:https://h4ck.org.cn/talk/
插件下载地址:
代码地址:
9 comments
今天有图了,昨晚上是发生了啥大事,云加速崩了吗?
嗯呢,百度云加速直接挂了,他们主站都跟着挂了。可能出问题的不仅仅是百度,微信 qq也有登录不了的。
不知道发生了什么问题,导致整个网络产生了波动。后续百度匀加速的ssl配置全部出错了,直到今天上午我重新部署了才恢复。
昨晚上貌似腾讯云也用不了。不知道发生了啥
很久之前研究过,但是有些主题适配好像不是很好
应该没什么问题,适配只能自己修改代码。通过shortcode插入的,本身没有定制样式的功能。
昨天的化码,今天就集成到插件了,牛。
主要是弄成插件,自己用也比较方便。
这是重新发布了嘛?
改了一下,等看下提交到原始分支上去