Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 384 Bytes

wiki-embed

Embed Wikipedia article extracts with client-side Javascript

How to use

Include the wiki-embed.js file or the minified version wiki-embed.min.js

<script src="js/wiki-embed.min.js"></script>

Wherever you would like to embed the wikipedia article, use the wiki-embed class

<div class="wiki-embed" data-title="stuff">Stuff goes here</div>