https://github.com/hametuha/hametupack
Add small utility to Jetpack
https://github.com/hametuha/hametupack
jetpack wordpress wordpress-plugin wordpress-plugin-published
Last synced: 2 months ago
JSON representation
Add small utility to Jetpack
- Host: GitHub
- URL: https://github.com/hametuha/hametupack
- Owner: hametuha
- License: gpl-3.0
- Created: 2017-06-05T15:54:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-04-17T04:25:13.000Z (3 months ago)
- Last Synced: 2026-04-17T06:26:55.976Z (3 months ago)
- Topics: jetpack, wordpress, wordpress-plugin, wordpress-plugin-published
- Language: PHP
- Homepage: https://wordpress.org/plugins/hametupack/
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# HametuPack
==================================
Contributors: Takahashi_Fumiki, hametuha
Tags: jetpack,japan,line,hatena
Requires at least: 4.7.0
Tested up to: 4.9.6
Stable tag: 1.2.3
Requires PHP: 5.5
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
This plugin add small functionality to Jetpack.
## Description
[Jetpack](https://jetpack.me) is very useful plugin,
but some functions are not well localized.
HametuPack localize below:
### Add extra share buttons
HametuPack adds buttons to __Sharing Setting__.
* Send to [LINE](https://line.me) button.
* Add entry to [Hatena Bookmark](https://b.hatena.ne.jp) button.
### Twitter Player Card
If your post's format is audio or video, this adds twitter player card meta tags.
Also ready for [Seriously Simple Podcasting](https://www.seriouslysimplepodcasting.com) and [Yoast](https://wordpress.org/plugins/wordpress-seo/).
To customize card layout, just copy `hametupack/template-parts/player-card-xxx.php` to your theme's `template-parts` direcotry and modify it.
### Further Request
If you need more buttons, please read [our wiki](https://github.com/hametuha/hametupack/wiki) and send PR!
## Installation
1. Upload the plugin files to the `/wp-content/plugins/hametupack` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress.
1. Now your Jetpack setting little bit familiar.
## Frequently Asked Questions
### How to make request?
Please make issue at [github](https://github.com/hametuha/hametupack/issues).
## Screenshots
1. Share buttons looks like this on admin screen.
2. Official buttons also supported.
## Changelog
### 1.2.3
* Fix bug on non AMP site. Sorry for that.
* Works with [JP Sharing](https://wordpress.org/plugins/jetpack-sharing/#developers). But hametupack do nothing because it doesn't support AMP plugin.
### 1.2.1, 1.2.2
* Fix share button when [AMP](https://ja.wordpress.org/plugins/amp/) enabled.
### 1.2.0
* Add twitter player card meta tag.
### 1.1.0
* Now you can replace Facebook App ID from WordPress.com's to yours.
### 1.0.0
* Initial release.