{"id":3522,"date":"2009-08-22T06:31:04","date_gmt":"2009-08-22T13:31:04","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=3522"},"modified":"2009-12-01T13:46:30","modified_gmt":"2009-12-01T20:46:30","slug":"basic-microformatted-hcard","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/snippets\/html\/basic-microformatted-hcard\/","title":{"rendered":"Basic Microformatted hCard"},"content":{"rendered":"

A basic address and URL, marked up using Microformats.<\/p>\n

<div id=\"hcard-Christopher-John-Coyier\" class=\"vcard\">\r\n <a class=\"url fn n\" href=\"http:\/\/chriscoyier.net\">\r\n  <span class=\"given-name\">Christopher<\/span>\r\n  <span class=\"additional-name\">John<\/span>\r\n  <span class=\"family-name\">Coyier<\/span>\r\n<\/a>\r\n <div class=\"org\">CSS-Tricks<\/div>\r\n <a class=\"email\" href=\"mailto:chriscoyier@gmail.com\">chriscoyier@gmail.com<\/a>\r\n <div class=\"adr\">\r\n  <div class=\"street-address\">123 Appleseed Street<\/div>\r\n  <span class=\"locality\">Chicago<\/span>, <span class=\"region\">IL <\/span> <span class=\"postal-code\">60647<\/span>\r\n  <span class=\"country-name\">United States<\/span>\r\n <\/div>\r\n <div class=\"tel\">555-555-5555<\/div>\r\n<\/div><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"

A basic address and URL, marked up using Microformats. <div id=”hcard-Christopher-John-Coyier” class=”vcard”> <a class=”url fn n” href=”http:\/\/chriscoyier.net”> <span class=”given-name”>Christopher<\/span> <span class=”additional-name”>John<\/span> <span class=”family-name”>Coyier<\/span> <\/a> <div class=”org”>CSS-Tricks<\/div> <a class=”email” href=”mailto:chriscoyier@gmail.com”>chriscoyier@gmail.com<\/a> <div class=”adr”> <div class=”street-address”>123 Appleseed Street<\/div> <span class=”locality”>Chicago<\/span>, <span class=”region”>IL <\/span> <span class=”postal-code”>60647<\/span> <span class=”country-name”>United States<\/span> <\/div> <div class=”tel”>555-555-5555<\/div> <\/div><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":3231,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"page-snippet.php","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"sig_custom_text":"","sig_image_type":"featured-image","sig_custom_image":0,"sig_is_disabled":false,"inline_featured_image":false,"c2c_always_allow_admin_comments":false,"footnotes":""},"tags":[],"acf":[],"jetpack-related-posts":[{"id":15984,"url":"https:\/\/css-tricks.com\/snippets\/css\/common-unicode-icons\/","url_meta":{"origin":3522,"position":0},"title":"Common Unicode Icons","date":"January 12, 2012","format":false,"excerpt":"a[href^=\"mailto:\"]:before { content: \"\\2709\"; } .phone:before { content: \"\\2706\"; } .important:before { content: \"\\27BD\"; } blockquote:before { content: \"\\275D\"; } blockquote:after { content: \"\\275E\"; } .alert:before { content: \"\\26A0\"; } chriscoyier@gmail.com 555-555-5555 REMEMBER: drink slushies too fast. Designers tend to whisper, ad agencies tend to shout. Stranger Danger!","rel":"","context":"With 5 comments","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":13630,"url":"https:\/\/css-tricks.com\/snippets\/html\/iphone-calling-and-texting-links\/","url_meta":{"origin":3522,"position":1},"title":"iPhone Calling and Texting Links","date":"August 16, 2011","format":false,"excerpt":"This is the calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically): 1-408-555-5555 This is the SMS one, which overrides the default calling behavior: New SMS Message Not sure what other things these links might work on... Might\u2026","rel":"","context":"With 51 comments","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5433,"url":"https:\/\/css-tricks.com\/snippets\/htaccess\/temporary-maintenance-using-mod_rewrite\/","url_meta":{"origin":3522,"position":2},"title":"Temporary Maintenance using Mod_Rewrite","date":"January 29, 2010","format":false,"excerpt":"# Don't forget to turn on the rewrite engine RewriteEngine on # Maintenance Redirection # Replace 555\\.555\\.555\\.555 with your own IP address # Uncomment first conditional to turn off the redirection # RewriteCond %{REQUEST_URI} ^$a RewriteCond %{REQUEST_URI} !maintenance.html RewriteCond %{REQUEST_FILENAME} !(styles|images).+$ RewriteCond %{REMOTE_ADDR} !^555\\.555\\.555\\.555$ RewriteCond %{REMOTE_ADDR} !^127\\.0\\.0\\.1$ RewriteRule (.*) \/maintenance.html\u2026","rel":"","context":"In "Article"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4839,"url":"https:\/\/css-tricks.com\/snippets\/wordpress\/base-threaded-comments-styling\/","url_meta":{"origin":3522,"position":3},"title":"Base Threaded Comments Styling","date":"November 25, 2009","format":false,"excerpt":"ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; } ol.commentlist li { } ol.commentlist li.alt { } ol.commentlist li.bypostauthor {} ol.commentlist li.byuser {} ol.commentlist li.comment-author-admin {} ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; } ol.commentlist li.comment div.comment-author {} ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; } ol.commentlist li.comment div.vcard cite.fn\u2026","rel":"","context":"In "Article"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4023,"url":"https:\/\/css-tricks.com\/snippets\/javascript\/basic-alert\/","url_meta":{"origin":3522,"position":4},"title":"Basic Alert","date":"September 11, 2009","format":false,"excerpt":"","rel":"","context":"In "Article"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4036,"url":"https:\/\/css-tricks.com\/snippets\/php\/basic-simplepie-usage\/","url_meta":{"origin":3522,"position":5},"title":"Basic SimplePie Usage","date":"September 11, 2009","format":false,"excerpt":"You'll need a of copy SimplePie for the include right at the top here.","rel":"","context":"In "Article"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/pages\/3522"}],"collection":[{"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/comments?post=3522"}],"version-history":[{"count":2,"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/pages\/3522\/revisions"}],"predecessor-version":[{"id":4902,"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/pages\/3522\/revisions\/4902"}],"up":[{"embeddable":true,"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/pages\/3231"}],"wp:attachment":[{"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/media?parent=3522"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/css-tricks.com\/wp-json\/wp\/v2\/tags?post=3522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}