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

Adds a dynamically generated blockquote from text within an article specified with either float "right" or float "left".

Notifications You must be signed in to change notification settings

likethemammal/addBlockquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

addBlockquote (jQuery)

Really simple way to add a dynamically generated blockquote from text within an article. Specified with either float "right" or float "left".

Required: jQuery

How To:

  1. Write your article.
  2. Put span tags around whatever text you want to be in a blockquote, and add the class "callout-right" or "callout-left" to the span.
  3. Include the addBlockquote.js file or just drop it at the end off a script tag.
  4. Include addBlockquote.css or just make "left" and "right" classes in CSS with float: left; and float: right; assigned respectively.

Something like this is normally a better option than just copying and pasting the text into a blockquote tag because search engines will give duplicated content less value, essentially negating the whole point of blockquote (to emphasize).

About

Adds a dynamically generated blockquote from text within an article specified with either float "right" or float "left".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published