Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

OEmbedProvider "JotForm" fixes #95

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Current 3rd party sources include:
http://www.pearltrees.com/#/N-f=1_4339252&N-s=1_4339252&N-p=36189761&N-u=1_359252&N-fa=3269727
* urtak - oembed - is broken in iframe return atm -seems to be an embed.ly issue??
https://urtak.com/u/6588
* jotform - embedded
* JotForm - embedded
http://form.jotform.co/form/20740907897868
* Urban Dictionary - YQL lookup
http://www.urbandictionary.com/define.php?term=qwerty%20nosedive&defid=6423917
Expand Down
2 changes: 1 addition & 1 deletion jquery.oembed.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
{templateRegex:/.*com\/([^\/]+).*/ ,embedtag : {tag: 'iframe', width:'100%',height: '300' }
}),

new $.fn.oembed.OEmbedProvider("jotform", "rich", ["form.jotform.co/form/.+"],"$1?",
new $.fn.oembed.OEmbedProvider("jotform", "rich", ["form.jotform.+/form/.+"],"$1?",
{templateRegex:/(.*)/ ,embedtag : {tag: 'iframe', width:'100%',height: '507' }
}),
new $.fn.oembed.OEmbedProvider("reelapp", "rich", ["reelapp\\.com/.+"],"http://www.reelapp.com/$1/embed",
Expand Down