Get Wikipedia page previews on any page. Live examples at https://joakin.github.io/context-cards
Include the library in your page:
https://unpkg.com/context-cards/dist/context-cards.js
Mark some links with data-wiki-title
and data-wiki-lang
.
<ul>
<li>
<a href="#" data-wiki-lang='en' data-wiki-title='Cake'>Cake</a>
</li>
<li>
<a href="#" data-wiki-lang='ca' data-wiki-title='Pastís'>Pastís</a>
</li>
</ul>
Those links should show the previews now!
This is a work in progress, there are things that can be improved.
Based on the original work on Extension:Popups.