Contact

Contact info

221 Baker Street,
London,
United Kingdom

+12 345-678-90

[email protected]

[sourcecode language=”html”] [contact
street="221 Baker Street" city="London"
country="United Kingdom" phone="+12 345-678-90"
fax="+12 345-678-90" email="[email protected]"] [/sourcecode]
parameters
  • header - header text
  • street
  • city
  • postcode
  • country
  • phone
  • phone2
  • email - email address
  • email2 - email address
  • www - www address ex. http://www.google.com
  • wwwlabel - www link text, ex. my site

Contact form

[sourcecode language=”html”] [contact_form] [/sourcecode]
parameters
  • mailto - email address
  • subject - subject of the admin mail
  • name - name field placeholder
  • email - email field placeholder
  • message - message field placeholder
  • buttontext
  • placeholders - show placeholders, placeholders are labels inside inputs which disappear when content is entered - yes; no;
  • success - success message
  • fail - error, error message

Google maps

[sourcecode language=”html”] [google_maps latitude="47.660937"
longitude="9.569803"
html="We are here"
popup="true" zoom="10"
height="200" width="400"] [/sourcecode]
parameters
  • width
  • height
  • address
  • latitude
  • longitude
  • zoom
  • html - localization note
  • popup
  • controls
  • pancontrol
  • zoomcontrol
  • maptypecontrol
  • scalecontrol
  • streetviewcontrol
  • overviewmapcontrol
  • scrollwheel
  • doubleclickzoom
  • maptype - ROADMAP; SATELLITE; HYBRID; TERRAIN;
  • marker

Newsletter

Sign up if you would like to receive updates from SEP7IMUS.


[sourcecode language=”html”] [newsletter info="Sign up..."
buttontext="Subscribe" subject="newsletter septimus"] [/sourcecode]
parameters
  • header - header text
  • placeholder - placeholder text for input
  • info - additional information
  • buttontext
  • success - success message
  • fail - fail message
  • mailto - subscription receiver mail
  • subject - subject of the admin mail

Twitter

[sourcecode language=”html”] [twitter user="Carles5puyol"] [/sourcecode]
parameters
  • header - header text
  • user - username, twitter username
  • key - customer key
  • secret - customer secret
  • token - access token
  • token_secret - token secret, access token secret
  • limit - limit news
  • button - follow us button, follow us button label. leave blank to hide it
  • newwindow - new window?, open in new window follow us button?
  • parseurl - you can display links from the content as plain text, short html links or full html links - plain; short; display;
  • parsemedia - you can display media links from the content as plain text or 3 types of html links - plain; short; display; expanded;
  • parseid - parse user id?, display user @ids as plain text or links - yes; no;
  • parsehashtag - parse hashtag?, display #hashtags as plain text or links - yes; no;
  • img - embed images?, embed images into posts content? - yes; no;
  • imgsize - size of embeded images?, embedded image size - thumb; small; medium; large;
  • maxlength - tweet length limit, max length of the tweet
  • cache - cache results for x seconds, cache twitter feeds for better performance ex. 900 = 15 minutes. 0 - disabled

Socials

[sourcecode language=”html”] [socials headertext="Follow us" fb="septimus"
twit="septimus" dribbble="septimus"
google="septimus" linkedin="septimus"
pinterest="septimus" flickr="septimus"
tumblr="septimus" behance="moshik"
youtube="septimus" vimeo="septimus"
skype="septimus" email="[email protected]"
rss="yes"] [/sourcecode]
parameters
  • header - header text
  • fb - facebook username
  • twit - twitter username
  • dribbble - dribbble username
  • google - google+ username
  • linkedin - linkedin username
  • pinterest - pinterest username
  • flickr - flickr username
  • tumblr - tumblr username
  • behance - behance username
  • youtube - youtube movie
  • vimeo - vimeo movie
  • phone - phone number to call by skype
  • phonelabel - phone tooltip label
  • skype - skype user
  • email - email address
  • emaillabel - email tooltip label
  • rss - show rss feed link? - no; yes;

Flickr photostream

[sourcecode language=”html”] [flickr user="..."] [/sourcecode]
parameters
  • header - header text
  • user - user id, pulling from a flickr user. you can find id here
  • group - group id, pulling from a flickr group. you can find id here
  • set - set id, pulling from a flickr user's set. you can find id here
  • num - number of images
  • order - order type - latest; random;
  • size - s; t; m;
Back to top