Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptCollection
/
embed.js
Public
forked from
ritz078/embed-js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
embed.js
src
js
modules
on
v4.1.2
User selector
All users
All time
Commit history
Commits on Jun 14, 2016
Improve link detection by allowing IPv6 URLS and unescaped special chars (as when copied a URL from the browser navigation bar) (fixes https://github.com/ritz078/embed.js/issues/163)
ibc
committed
d80a927
View commit details
Copy full SHA for d80a927
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
feat(gmap): added template to google map
Show description for b80a6ca
ritz078
committed
b80a6ca
View commit details
Copy full SHA for b80a6ca
View code at this point
Browse repository at this point
feat(hashtag & mentions): added support for hashtag & mentions
Show description for a53da81
ritz078
committed
a53da81
View commit details
Copy full SHA for a53da81
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
fixed link in the error log
ritz078
committed
d385ed2
View commit details
Copy full SHA for d385ed2
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
fix(string): fixed addEventlistener of undefined when input is string
Show description for 73924ba
ritz078
committed
73924ba
View commit details
Copy full SHA for 73924ba
View code at this point
Browse repository at this point
Commits on Apr 16, 2016
fix(emoji): fixed regex for +1 and -1
Show description for 6b07ba6
ritz078
committed
6b07ba6
View commit details
Copy full SHA for 6b07ba6
View code at this point
Browse repository at this point
Commits on Mar 27, 2016
fix(smiley): fixed a condition when continuous smileys were not shown.
Show description for 8c448e6
ritz078
committed
8c448e6
View commit details
Copy full SHA for 8c448e6
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
fix(opengraph): fixed opengraph error
ritz078
committed
c4e865c
View commit details
Copy full SHA for c4e865c
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
fix(excludeEmbed): fixed condition when 'all' wasn't working
Show description for 6b9403f
ritz078
committed
6b9403f
View commit details
Copy full SHA for 6b9403f
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
fix(gist): fixed the regex for excluding gist from github.com
ritz078
committed
8cb52a8
View commit details
Copy full SHA for 8cb52a8
View code at this point
Browse repository at this point
fix(prismjs): removed support for prismjs as it had support for limited languages
Show description for 04df347
ritz078
committed
04df347
View commit details
Copy full SHA for 04df347
View code at this point
Browse repository at this point
Commits on Feb 15, 2016
fix(umd): fixed an issue with undefined marked and prismjs
ritz078
committed
0bfaf06
View commit details
Copy full SHA for 0bfaf06
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
refactor(helpers): separated helpers into separate files
ritz078
committed
5a6af78
View commit details
Copy full SHA for 5a6af78
View code at this point
Browse repository at this point
Commits on Feb 12, 2016
fix(umd): added options to pass the global variable of 3rd party plugins
Show description for f6cec4f
ritz078
committed
f6cec4f
View commit details
Copy full SHA for f6cec4f
View code at this point
Browse repository at this point
Commits on Feb 6, 2016
feat(singleEmbed): added options to embed only one service from the detected services
ritz078
committed
e31ec03
View commit details
Copy full SHA for e31ec03
View code at this point
Browse repository at this point
Commits on Feb 5, 2016
feat(highlight): added support for Prism.js
Show description for aa7f4b5
ritz078
committed
aa7f4b5
View commit details
Copy full SHA for aa7f4b5
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
perf(base): use base class for synchronous embedding and remove custom build of plugin
ritz078
committed
68b7546
View commit details
Copy full SHA for 68b7546
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
fix(ifInline & ifEmbed): corrected the behaviour of these 2 functions
ritz078
committed
fbe6de7
View commit details
Copy full SHA for fbe6de7
View code at this point
Browse repository at this point
refactor(embed): completed asyncEmbed and embed functions
ritz078
committed
0308e70
View commit details
Copy full SHA for 0308e70
View code at this point
Browse repository at this point
refactor(embed): created a new function embed() that returns the promise based on inline embed or no
ritz078
committed
6cf747c
View commit details
Copy full SHA for 6cf747c
View code at this point
Browse repository at this point
refactor(lastElement): created a function that returns the last element of a charact
ritz078
committed
30ba284
View commit details
Copy full SHA for 30ba284
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
fix(option): covert options array elements into lowercase before comparing
ritz078
committed
1e03d07
View commit details
Copy full SHA for 1e03d07
View code at this point
Browse repository at this point
perf(setDimensions): Avoid execution of setDimensions more than once.
ritz078
committed
cb1e273
View commit details
Copy full SHA for cb1e273
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
fix(video): fixed basic video regex issue
ritz078
committed
cab117c
View commit details
Copy full SHA for cab117c
View code at this point
Browse repository at this point
refactor(code): improved code quality
ritz078
committed
e5410de
View commit details
Copy full SHA for e5410de
View code at this point
Browse repository at this point
refactor(extension): changes extensions to es6 to .js
ritz078
committed
ba4e467
View commit details
Copy full SHA for ba4e467
View code at this point
Browse repository at this point
Commits on Jan 24, 2016
refactor(regex): moved all regex to a separate file
ritz078
committed
1b24930
View commit details
Copy full SHA for 1b24930
View code at this point
Browse repository at this point
Commits on Jan 22, 2016
perf(async/await): Removed async/await in favour of ES6 promises
Show description for ef473c2
ritz078
committed
ef473c2
View commit details
Copy full SHA for ef473c2
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
feat(promises): return promiss on .render() , .text() and .applyEmbedJS()
Show description for 3bf7012
ritz078
committed
3bf7012
View commit details
Copy full SHA for 3bf7012
View code at this point
Browse repository at this point
chore(merge): merged with master
ritz078
committed
9ba310f
View commit details
Copy full SHA for 9ba310f
View code at this point
Browse repository at this point
Commits on Jan 19, 2016
fix(npm): Fixed npm dist issue and updated packages
Show description for 0e0d232
ritz078
committed
0e0d232
View commit details
Copy full SHA for 0e0d232
View code at this point
Browse repository at this point
Commits on Jan 15, 2016
style(comments): Added comments and improved variable names
ritz078
committed
07b62b5
View commit details
Copy full SHA for 07b62b5
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
refactor: changed options structure for string and node
ritz078
committed
d914663
View commit details
Copy full SHA for d914663
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
fix(template): fixed references for this.options.templates.
ritz078
committed
daa3cce
View commit details
Copy full SHA for daa3cce
View code at this point
Browse repository at this point
fix(log): removed console.log
ritz078
committed
acac175
View commit details
Copy full SHA for acac175
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.