An open API service indexing awesome lists of open source software.

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)

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`

![Demo](/demo/web.gif)

### 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)