https://github.com/jekyller/PopupTweets
Popup tweets plugin for your personal website (Linkedin, facebook message box liked features)
https://github.com/jekyller/PopupTweets
jekyll-plugin message-box-features personal-website popup-tweets
Last synced: 5 months ago
JSON representation
Popup tweets plugin for your personal website (Linkedin, facebook message box liked features)
- Host: GitHub
- URL: https://github.com/jekyller/PopupTweets
- Owner: jekyller
- License: mit
- Created: 2017-07-16T02:24:14.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-07-28T14:21:53.000Z (almost 9 years ago)
- Last Synced: 2025-04-11T23:53:33.650Z (about 1 year ago)
- Topics: jekyll-plugin, message-box-features, personal-website, popup-tweets
- Language: CSS
- Homepage: https://jekyller.github.io/PopupTweets/
- Size: 892 KB
- Stars: 11
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PopupTweets
Popup tweets plugin for your personal website (Linkedin, facebook liked features)
## Minimal plugin for popup tweet
This is a plugin that you can put a popup panel that holds your tweets
### Demo
`Here is a demo`_ of `sample effect`

### Add popup tweet in your web
- Put **poptweet.html** under the _includes folder of your Jekyll project.
- Get your own twitter publish code at *https://publish.twitter.com/*, for example, replace this code in **poptweet.html**
```
- add css file to your own folder
```
/assets/css/junpopup.css
```
- Add the following code to your own website
```
include /poptweet.html
```
## Author
- [Locky](https://github.com/junlulocky)
## References
- [Jekyll minimal theme](https://github.com/pages-themes/minimal)