Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotarot/tera-share
[WP Plugin] WP plugin that inserts blog-card-like links in articles.
https://github.com/kotarot/tera-share
Last synced: about 2 months ago
JSON representation
[WP Plugin] WP plugin that inserts blog-card-like links in articles.
- Host: GitHub
- URL: https://github.com/kotarot/tera-share
- Owner: kotarot
- License: apache-2.0
- Created: 2015-02-07T13:39:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T06:27:37.000Z (almost 6 years ago)
- Last Synced: 2023-03-24T19:28:48.825Z (almost 2 years ago)
- Language: PHP
- Homepage: https://www.terabo.net/blog/tera-share/
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tera Share
==========WP plugin that inserts blog-card-like links in articles.
Once you write a tera-share shortcode in your wordpress,
it generates a blog-card-like link like this:![Example](https://raw.githubusercontent.com/kotarot/tera-share/master/example.png "Example")
Install
-------Place the "tera-share" directory in your WordPress plugin directory.
Usage
-----Shortcode:
[terashare title="" sitename="" description="" url="" imgurl=""]
Here is guide of attributes:
* title (mandatory): Title of the page.
* sitename (optional): Sitename of the page.
* description (optional): Description or summary of the page.
* url (mandatory): URL of the page.
* imgurl (optional): Thumbnail image of the page. If this is omitted, a dummy image by [Lorem Picsum](https://picsum.photos/) will be shown.Future work
------------* Auto generation of title, sitename, description, and thumbnail from URL by referring to the OGP information.
License
-------Apache License 2.0