Support #13492
closedcustomized handler for quizlet embeds
0%
Description
Quizlet embeds use iframe to display content. Can we create a shortcode to get around this issue?
Here is the iframe:
<iframe src="https://quizlet.com/264774785/match/embed?x=1jj1" height="500" width="100%" style="border:0"></iframe>
And here is the url:
https://quizlet.com/264774785/cat-skull-flash-cards/
Not sure where it comes from, but it resolves to the first URL
Updated by Boone Gorges about 4 years ago
- Category name changed from WordPress Plugins to Shortcodes and embeds
- Status changed from New to Staged for Production Release
- Target version set to 1.17.6
The long URL is from the ProofPoint service, which scans email content and checks them for malware links.
I've introduced quizlet support in https://github.com/cuny-academic-commons/cac/commit/8e8a2738758b686516f57d8a963334e43d010dd6.
Simple embeds are supported by placing the Quizlet URL on its own line:
https://quizlet.com/264774785/test https://quizlet.com/264774785/cat-skull-flash-cards/
For greater control, you can also use a shortcode. Pass either the numeric ID or the URL. You can provide from the five 'type' values supported by Quizlet embeds: 'match', 'flashcards' (default), 'learn', 'test', 'spell'.
[quizlet url="https://quizlet.com/264774785/cat-skull-flash-cards/" width="400px" height="400px"] [quizlet id="264774785" type="test"]
This will be available after Tuesday's maintenance release.
Updated by Boone Gorges about 4 years ago
- Target version changed from 1.17.6 to 1.17.7
Updated by Boone Gorges about 4 years ago
- Target version changed from 1.17.7 to 1.17.6
Updated by Boone Gorges about 4 years ago
- Status changed from Staged for Production Release to Resolved