I've been toying with an idea to enhance my articles by incorporating interactive flashcards. These flashcards would provide an engaging way for readers to grasp key concepts. After some research, I've compiled a list of potential solutions, which include SAAS
sites and educational platforms that offer flashcard features.
The list currently includes:
- Wordwall
- Anki
- Quizlet
- WP Flashcards
I've been experimenting with these platforms, and I've found that Quizlet aligns most closely with what I envision. However, when I embed Quizlet flashcards into my Medium posts, they don't appear as interactive elements. Instead, they show up as simple links, which doesn't provide the intended user experience.
So, here's where I could use your expertise! Has anyone encountered a similar situation or found a workaround for this? I'm thinking of creating a widget out of the Quizlet embed element and linking it to Medium. If you have any suggestions or ideas on how to make this work seamlessly, I'd greatly appreciate your input.
Expected Result:
I did try to embed the quizlet iframe
into various sites and turn into a widget. But yet didn't work.
For the information these are the providers which and when we embed the element turns into interactive one.
Point to be taken: I just want to user who is reading my article have a quick drill on the concepts learn in last 15 or 20 mins using flashcards. This is a great way to memorize concepts, definition when there is a lot in plate on top of that everything looks similar.
Few sites which came across:
- https://codebeautify.org/html-iframe-generator
- https://help.boldbi.com/embedding-options/embedding-sdk/embedding-a-widget/
- https://www.torontoteachermom.com/2020/04/how-to-embed-quizlet-flashcards.html
- https://support.learnworlds.com/support/solutions/articles/12000046873-how-to-embed-and-use-quizlet-flashcards#Flashcards
- https://medium.com/@pragprog/creating-a-widget-to-embed-in-other-sites-eeb4517db939
It's fantastic that you're considering incorporating interactive flashcards into your articles to enhance the learning experience for your readers. The challenge you're facing with Quizlet not displaying as interactive elements on Medium can be a common issue due to the platform's restrictions on certain embeds. But guess what? I cracked it!
Here's the scoop on how to make those elements pop on Medium:
Quick note: make sure the file name ends in
.md
for a slick preview of your code.Gist Birth: Click that
Create Gist
button – don't fret if it's public or private for now. Once it's born, head to theShare
section.It defaults to
embed
, but hold your horses – that doesn't groove with Medium. Click the little arrow next to it and chooseShare: Copy Shareable Link for Gist
.Get That URL: Now, gaze upon the output box next door; it's flaunting your gist's URL. Copy that magic link.
Here's a example I tried: I threw my Buy Me a Coffee widget into a gist, copied the link, and casually dropped it into my Medium article. It's interactive and looks way snazzier than just linking some text.
And let's be real, after the struggle, finding this way around is a bit crazy, right? But hey, that's the charm of tech adventures! Happy embedding!