Skip to content

Codes to embed a search box for the Audubon Native Plants database on other websites

Notifications You must be signed in to change notification settings

audubongit/native-plants-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Audubon Native Plants Database Search Embed Codes

Codes to embed a search box for the Audubon Native Plants database on other websites.

The embed comes in two sizes and two color variations. Use whichever one suits your website best.

Sizes

Box: 360 x 320 px

Rectangle: 600 x 175 px

Native Plant embed examples

Embed Codes

White Box

<script>
var nativePlantsEmbedFormSettings = {
  color_scheme: 'white',
  shape: 'square',
};
</script>
<script id="native-plants-embed-form" src="//www.audubon.org/sites/all/modules/custom/native_plants_embed_form/native_plants_embed_form.min.js"></script>

White Rectangle

<script>
var nativePlantsEmbedFormSettings = {
  color_scheme: 'white',
  shape: 'rectangle',
};
</script>
<script id="native-plants-embed-form" src="//www.audubon.org/sites/all/modules/custom/native_plants_embed_form/native_plants_embed_form.min.js"></script>

Black Box

<script>
var nativePlantsEmbedFormSettings = {
  color_scheme: 'black',
  shape: 'square',
};
</script>
<script id="native-plants-embed-form" src="//www.audubon.org/sites/all/modules/custom/native_plants_embed_form/native_plants_embed_form.min.js"></script>

Black Rectangle

<script>
var nativePlantsEmbedFormSettings = {
  color_scheme: 'black',
  shape: 'rectangle',
};
</script>
<script id="native-plants-embed-form" src="//www.audubon.org/sites/all/modules/custom/native_plants_embed_form/native_plants_embed_form.min.js"></script>

About

Codes to embed a search box for the Audubon Native Plants database on other websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published