Skip to content

Commit

Permalink
Add documentation for authorImageURL
Browse files Browse the repository at this point in the history
  • Loading branch information
amyrlam committed Apr 18, 2018
1 parent b9ef4c6 commit 538f2d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ The only required field is `title`; however, we provide options to add author in

- `author` - The text label of the author byline.
- `authorURL` - The url associated with the author. This could be a Twitter, GitHub, Facebook account, etc.
- `authorFBID` - The Facebook ID that is used to extract the profile picture. (Note: If you prefer to use a different image than the Facebook profile picture, put `authorImageURL` instead.)
- `authorFBID` - The Facebook ID that is used to extract the profile picture. (Note: If you use `authorFBID` and `authorImageURL`, `authorFBID` will take precedence.)
- `authorImageURL` - The url associated with the author's image. (Note: If you use `authorFBID` and `authorImageURL`, `authorFBID` will take precedence. Don't include `authorFBID` if you want `authorImageURL` to appear.)
- `title` - The blog post title.


Expand Down

0 comments on commit 538f2d8

Please sign in to comment.