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
<p>Set whether you want to embed google maps. The format to follow for embedding google map with a location is <code>@(locationName)</code>. <code>@()</code> will be automatically removed by the plugin.</p>
212
+
213
+
214
+
<h5id="mapOptions">mapOptions</h5>
215
+
<span><b>Type</b> : object</span><br>
216
+
<divclass="obj">
217
+
<h5>mode</h5>
218
+
<b>Type</b> : string <br>
219
+
<b>default</b> : <code>'place'</code>
220
+
<p>Can be any of <code>'place'</code>, <code>'view'</code> or <code>'streetview'</code></p>.
221
+
</div>
222
+
223
+
<h5id="googleAuthKey">googleAuthKey</h5>
224
+
<span><b>Type</b> : string</span><br>
225
+
<span><b>Default</b> : <code>''</code></span>
226
+
<p>The google dev auth key needed if the user is using youtube embedding or google map embedding feature of the plugin.</p>
227
+
228
+
229
+
<h5id="tweetsEmbed">tweetsEmbed</h5>
230
+
<b>Type</b> : Boolean <br>
231
+
<b>Default</b> : <code>true</code>
232
+
<p>Set to <code>true</code> if you want to embed tweets. Make sure you load <ahref="http://platform.twitter.com/widgets.js" target="_blank">http://platform.twitter.com/widgets.js</a> if this option is set to <code>true</code> else the plugin will throw an error.</p>
233
+
234
+
<h5id="tweetOptions">tweetOptions</h5>
235
+
<b>Type</b> : object <br>
236
+
<b>Default</b> :
237
+
<pre><code>{
238
+
maxWidth : 550,
239
+
hideMedia : false,
240
+
hideThread : false,
241
+
align : 'none',
242
+
lang : 'en'
243
+
}</code></pre>
244
+
<p>Options for embedding tweets. Supports the options listed <ahref="https://dev.twitter.com/rest/reference/get/statuses/oembed">here</a></p>
245
+
246
+
<h5id="imageEmbed">imageEmbed</h5>
247
+
<span><b>Type</b> : Boolean</span><br>
248
+
<span><b>Default</b> : <code>true</code></span>
249
+
<p>Set to <code>false</code> if you want to disable embedding images (jpeg/gif/png/webp).</p>
250
+
251
+
<h5id="videoEmbed">videoEmbed</h5>
252
+
<span><b>Type</b> : Boolean</span><br>
253
+
<span><b>Default</b> : <code>true</code></span>
254
+
<p>Set to <code>false</code> if you want to disable embedding supported video formats.</p>
255
+
256
+
<h5id="videoHeight">videoHeight</h5>
257
+
<span><b>Type</b> : number</span><br>
258
+
<span><b>Default</b> : <code>null</code></span>
259
+
<p>Set the height of the videos that are to be embedded and most of the other iframe embeds will also take the same dimensions.</p>
260
+
261
+
<h5id="videoWidth">videoWidth</h5>
262
+
<span><b>Type</b> : number</span><br>
263
+
<span><b>Default</b> : <code>null</code></span>
264
+
<p>Set the width of the videos that are to be embedded and most of the other iframe embeds will also take the same dimensions.</p>
265
+
266
+
<h5id="videoDetails">videoDetails</h5>
267
+
<span><b>Type</b> : Boolean</span><br>
268
+
<span><b>Default</b> : <code>true</code></span>
269
+
<p>If set to <code>false</code> the preview and the description of youtube and vimeo videos will not be shown and instead the whole video will be embedded directly.</p>
270
+
271
+
<h5id="audioEmbed">audioEmbed</h5>
272
+
<span><b>Type</b> : Boolean</span><br>
273
+
<span><b>Default</b> : <code>true</code></span>
274
+
<p>Set to <code>false</code> if you want to disable embedding supported audio formats.</p>
275
+
276
+
<h5id="excludeEmbed">excludeEmbed</h5>
277
+
<span><b>Type</b> : array/string</span><br>
278
+
<span><b>Default</b> : <code>[]</code></span>
279
+
<p>An array of all the services that you want to exclude from being embed. Eg : <code>['codepen','flickr','spotify']</code>. If you want to exclude all the services then just set it to <code>'all'</code></p>
280
+
281
+
<h5id="inlineEmbed">inlineEmbed</h5>
282
+
<span><b>Type</b> : array/string</span><br>
283
+
<span><b>Default</b> : <code>[]</code></span>
284
+
<p>An array of all the services you want to embed inline. If you want to embed all services inline then set it to <code>'all'</code></p>
285
+
286
+
<h5id="codeEmbedHeight">codeEmbedHeight</h5>
287
+
<span><b>Type</b> : number</span><br>
288
+
<span><b>Default</b> : <code>500</code></span>
289
+
<p>Set the height of all the code editing services. Eg : codepen , plunker, ideone, jsbin, jsfiddle.</p>
290
+
291
+
292
+
<h5id="vineOptions">vineOptions</h5>
293
+
<span><b>Type</b> : object</span><br>
294
+
<span><b>Default</b> :
295
+
<pre><code>{
296
+
maxWidth : null,
297
+
type : 'postcard', // "postcard" or "simple" embedding
298
+
responsive : true,
299
+
width : 350,
300
+
height : 460
301
+
}</code></pre>
302
+
<p>The options for vine embedding.</p>
303
+
304
+
<h5id="soundCloudOptions">soundCloudOptions</h5>
305
+
<span><b>Type</b> : object</span><br>
306
+
<span><b>Default</b> :
307
+
<pre><code>{
308
+
height : 160,
309
+
themeColor : 'f50000', //Hex Code of the player theme color
0 commit comments