SELECT `Image`.`id`, `Image`.`model`, `Image`.`model_id`, `Image`.`tag`, `Image`.`name`, `Image`.`type`, `Image`.`size`, `Image`.`uri`, `Image`.`order`, `Image`.`created`, `Image`.`modified` FROM `leveragere_dev2`.`assets` AS `Image` WHERE `Image`.`model` = 'Article' AND `Image`.`tag` = 'Image' AND `Image`.`model_id` = (66) ORDER BY `Image`.`order` ASC
SELECT `Topic`.`id`, `Topic`.`name`, `Topic`.`created`, `Topic`.`modified`, `ArticlesTopic`.`id`, `ArticlesTopic`.`article_id`, `ArticlesTopic`.`topic_id` FROM `leveragere_dev2`.`topics` AS `Topic` JOIN `leveragere_dev2`.`articles_topics` AS `ArticlesTopic` ON (`ArticlesTopic`.`article_id` = 66 AND `ArticlesTopic`.`topic_id` = `Topic`.`id`)
3
3
1
maybe slow
SELECT `Article`.`id` FROM `leveragere_dev2`.`articles` AS `Article` WHERE `Article`.`archived` = '0' AND NOT (`Article`.`model` = ('News')) ORDER BY `Article`.`date` DESC LIMIT 10
10
10
0
SELECT `Article`.`id`, `Article`.`model`, `Article`.`model_id`, `Article`.`archived`, `Article`.`medium_featured`, `Article`.`large_featured`, `Article`.`title`, `Article`.`author`, `Article`.`date`, `Article`.`lead_in`, `Article`.`body`, `Article`.`vimeo_id`, `Article`.`created`, `Article`.`modified` FROM `leveragere_dev2`.`articles` AS `Article` WHERE `Article`.`id` IN (80, 66, 57, 58, 56, 59, 63, 64, 60, 61) ORDER BY RAND() ASC LIMIT 2
2
2
1
maybe slow
SELECT `Image`.`id`, `Image`.`model`, `Image`.`model_id`, `Image`.`tag`, `Image`.`name`, `Image`.`type`, `Image`.`size`, `Image`.`uri`, `Image`.`order`, `Image`.`created`, `Image`.`modified` FROM `leveragere_dev2`.`assets` AS `Image` WHERE `Image`.`model` = 'Article' AND `Image`.`tag` = 'Image' AND `Image`.`model_id` IN (80, 61) ORDER BY `Image`.`order` ASC
2
2
0
SELECT `Topic`.`id`, `Topic`.`name`, `Topic`.`created`, `Topic`.`modified`, `Image`.`id`, `Image`.`model`, `Image`.`model_id`, `Image`.`tag`, `Image`.`name`, `Image`.`type`, `Image`.`size`, `Image`.`uri`, `Image`.`order`, `Image`.`created`, `Image`.`modified` FROM `leveragere_dev2`.`topics` AS `Topic` LEFT JOIN `leveragere_dev2`.`assets` AS `Image` ON (`Image`.`model_id` = `Topic`.`id` AND `Image`.`model` = 'Topic' AND `Image`.`tag` = 'Image') WHERE NOT (`Topic`.`id` IS NULL) ORDER BY RAND() ASC LIMIT 3
SELECT `Image`.`id`, `Image`.`model`, `Image`.`model_id`, `Image`.`tag`, `Image`.`name`, `Image`.`type`, `Image`.`size`, `Image`.`uri`, `Image`.`order`, `Image`.`created`, `Image`.`modified` FROM `leveragere_dev2`.`assets` AS `Image` WHERE `Image`.`model` = 'Article' AND `Image`.`tag` = 'Image' AND `Image`.`model_id` = (66) ORDER BY `Image`.`order` ASC
SELECT `Topic`.`id`, `Topic`.`name`, `Topic`.`created`, `Topic`.`modified`, `ArticlesTopic`.`id`, `ArticlesTopic`.`article_id`, `ArticlesTopic`.`topic_id` FROM `leveragere_dev2`.`topics` AS `Topic` JOIN `leveragere_dev2`.`articles_topics` AS `ArticlesTopic` ON (`ArticlesTopic`.`article_id` = 66 AND `ArticlesTopic`.`topic_id` = `Topic`.`id`)
3
3
0
SELECT `ArticlesTopic`.`id`, `ArticlesTopic`.`article_id` FROM `leveragere_dev2`.`articles_topics` AS `ArticlesTopic` WHERE `ArticlesTopic`.`topic_id` IN (4, 6, 7)
SELECT `Image`.`id`, `Image`.`model`, `Image`.`model_id`, `Image`.`tag`, `Image`.`name`, `Image`.`type`, `Image`.`size`, `Image`.`uri`, `Image`.`order`, `Image`.`created`, `Image`.`modified` FROM `leveragere_dev2`.`assets` AS `Image` WHERE `Image`.`model` = 'Article' AND `Image`.`tag` = 'Image' AND `Image`.`model_id` IN (77, 79, 80, 78) ORDER BY `Image`.`order` ASC
SELECT `Topic`.`id`, `Topic`.`name`, `Topic`.`created`, `Topic`.`modified`, `ArticlesTopic`.`id`, `ArticlesTopic`.`article_id`, `ArticlesTopic`.`topic_id` FROM `leveragere_dev2`.`topics` AS `Topic` JOIN `leveragere_dev2`.`articles_topics` AS `ArticlesTopic` ON (`ArticlesTopic`.`article_id` IN (77, 79, 80, 78) AND `ArticlesTopic`.`topic_id` = `Topic`.`id`)
9
9
0
SELECT `Property`.`id` FROM `leveragere_dev2`.`properties` AS `Property` WHERE `Property`.`archived` = '0' AND `Property`.`incomplete` = '0' ORDER BY `Property`.`created` DESC LIMIT 50
SELECT `Image`.`id`, `Image`.`model`, `Image`.`model_id`, `Image`.`tag`, `Image`.`name`, `Image`.`type`, `Image`.`size`, `Image`.`uri`, `Image`.`order`, `Image`.`created`, `Image`.`modified` FROM `leveragere_dev2`.`assets` AS `Image` WHERE `Image`.`model` = 'Property' AND `Image`.`tag` = 'Image' AND `Image`.`model_id` IN (42, 93, 156, 11) ORDER BY `Image`.`order` ASC
6
6
0
SELECT `User`.`id`, `User`.`type`, `User`.`brokerage_id`, `User`.`email`, `User`.`password`, `User`.`recover_hash`, `User`.`first_name`, `User`.`last_name`, `User`.`title`, `User`.`dre_num`, `User`.`phone`, `User`.`max_luxury_feed_properties`, `User`.`headshot_filename`, `User`.`bio`, `User`.`brokerage_name_override`, `User`.`stripe_customer_id`, `User`.`digital_ad_first_free_month_coupon`, `User`.`modified`, `User`.`created`, `User`.`notified`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, `UsersProperty`.`id`, `UsersProperty`.`user_id`, `UsersProperty`.`property_id`, `UsersProperty`.`sort_order` FROM `leveragere_dev2`.`users` AS `User` JOIN `leveragere_dev2`.`users_properties` AS `UsersProperty` ON (`UsersProperty`.`property_id` IN (42, 93, 156, 11) AND `UsersProperty`.`user_id` = `User`.`id`) ORDER BY `UsersProperty`.`sort_order` ASC
2
2
0
SELECT `SecondaryPropertyCategory`.`id`, `SecondaryPropertyCategory`.`name`, `SecondaryPropertyCategory`.`created`, `SecondaryPropertyCategory`.`modified`, `PropertiesSecondaryPropertyCategory`.`id`, `PropertiesSecondaryPropertyCategory`.`property_id`, `PropertiesSecondaryPropertyCategory`.`property_category_id`, `PropertiesSecondaryPropertyCategory`.`created`, `PropertiesSecondaryPropertyCategory`.`modified` FROM `leveragere_dev2`.`property_categories` AS `SecondaryPropertyCategory` JOIN `leveragere_dev2`.`properties_secondary_property_categories` AS `PropertiesSecondaryPropertyCategory` ON (`PropertiesSecondaryPropertyCategory`.`property_id` IN (42, 93, 156, 11) AND `PropertiesSecondaryPropertyCategory`.`property_category_id` = `SecondaryPropertyCategory`.`id`)
0
0
0
SELECT `PropertyFeature`.`id`, `PropertyFeature`.`name`, `PropertyFeature`.`additional`, `PropertyFeature`.`created`, `PropertyFeature`.`modified`, `PropertiesPropertyFeature`.`id`, `PropertiesPropertyFeature`.`property_id`, `PropertiesPropertyFeature`.`property_feature_id` FROM `leveragere_dev2`.`property_features` AS `PropertyFeature` JOIN `leveragere_dev2`.`properties_property_features` AS `PropertiesPropertyFeature` ON (`PropertiesPropertyFeature`.`property_id` IN (42, 93, 156, 11) AND `PropertiesPropertyFeature`.`property_feature_id` = `PropertyFeature`.`id`)
0
0
0
SELECT `Topic`.`id`, `Topic`.`name`, `Topic`.`created`, `Topic`.`modified`, `PropertiesTopic`.`id`, `PropertiesTopic`.`property_id`, `PropertiesTopic`.`topic_id` FROM `leveragere_dev2`.`topics` AS `Topic` JOIN `leveragere_dev2`.`properties_topics` AS `PropertiesTopic` ON (`PropertiesTopic`.`property_id` IN (42, 93, 156, 11) AND `PropertiesTopic`.`topic_id` = `Topic`.`id`)
0
0
0
6 duplicate queries run.
Query Explain:
Click an "Explain" link above, to see the query explanation.
lead_inLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
short_descriptionLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
description<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<figure><iframe allowfullscreen="1" frameborder="0" src="https://www.youtube.com/embed/XfR9iY5y94s?autoplay=0"></iframe>
<figcaption>I come from a land down unda!</figcaption>
</figure>
<p> </p>
description<p>Designed by well known Arts and Crafts movement architects Arthur and Alfred Heineman. In addition to the main house there is a 1,000 sq ft guest house and a 1,476 sq ft finished basement. This home is under The Mills Act which offers reduced property tax.</p>
description<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed et est ut dui hendrerit auctor sit amet ut lorem. Proin eleifend tristique felis. Curabitur bibendum enim mauris, nec volutpat lectus aliquam a. Vestibulum laoreet tellus ac porta consectetur. Quisque quam tellus, tempus vel sollicitudin id, convallis ut erat. Nullam laoreet aliquet sapien non porttitor. Curabitur eu commodo quam, in pellentesque nibh. Etiam non dolor fermentum velit commodo feugiat a ut augue. Sed faucibus tincidunt vestibulum. Pellentesque tincidunt sed lorem at efficitur. Suspendisse maximus arcu eget fermentum pharetra. Praesent dapibus justo sit amet vestibulum molestie.</p>
<p>Nullam eu faucibus nisi, sed lacinia eros. Quisque finibus nec ante eu scelerisque. In hac habitasse platea dictumst. Nam turpis augue, ornare sed odio a, placerat vestibulum augue. Curabitur posuere turpis sed nisl tempus, id feugiat ipsum dictum. Praesent venenatis pharetra nunc at tincidunt. Ut sollicitudin quam sit amet tortor molestie, at bibendum diam cursus. Cras ac metus vitae sapien condimentum consequat sit amet eget metus. Vestibulum et venenatis purus. Donec tincidunt pharetra ex quis tempor. Vivamus non sapien eget elit auctor ultrices at eget turpis. Nulla volutpat ut nibh eget placerat.</p>
description<p>Leasehold townhome with lots of potential. Land lease is loan driven - should lender need extension of the land lease a request can be made and an extension to 2055 may be granted. All bedrooms are upstairs, generous fenced in back yard, fenced in front court yard with storage closets. Two uncovered parking spots, storage shed in the back yard. Home is in need of some repairs and updating. Electricity and water turned off to the unit. Bring your ideas - lots of potential !</p>
address85-148 Ala Walua Street Unit: A
address_2
cityWaianae
stateHI
postal_code96792
countryUSA
use_lat_lng_for_google_map(false)
currencyUSD
price165000
price_20
price_usd165000
price_usd_20
statusSold
status_last_changed2024-07-24 13:44:07
status_last_changed_price_only0000-00-00 00:00:00
lease_period
price_upon_request(false)
bedrooms3
bedrooms_20
bathrooms1
bathrooms_20
no_beds_baths(false)
square_feet951
square_meters
acres0
interior_unitsq_ft
interior_size951
lot_unitacres
lot_size0
icon_1
icon_2
icon_3
icon_4
icon_5
icon_6
website
meta_title
meta_description
meta_keywords
bathrooms_partial1
bathrooms_partial_20
bathrooms_3_40
bathrooms_3_4_20
year_built
virtual_tour
video_tour
digital_brochure
video_tour_embed_code
digital_brochure_embed_code
mls_num202209262
wsj_property_typesingle family
nyt_property_type1
nyt_popular_features
propgolux_property_type9
juwai_property_typeSingle Family
juwai_categoryresidential
propgolux_property_style21
wapo_property_typeSingleFamily Home
robb_property_typeSingle Family Home
propgolux_location_id_override
open_house_1_start0000-00-00 00:00:00
open_house_1_end_time00:00:00
latitude21.455042
longitude-158.194717
invalid_required_fields
invalid_optional_fields
went_live_today(false)
converted(false)
invalid(false)
mlsidx_full_address85-148 Ala Walua Street Unit: A Waianae HI
mlsidx_disclaimerBased on information from the MLSListings MLS) as of {{date}} (date the MLS data was obtained). All data, including all measurements and calculations of area, is obtained from various sources and has not been, and will not be, verified by broker or MLS. All information should be independently reviewed and verified for accuracy. Properties may or may not be listed by the office/agent presenting the information.
nameLUVA Real Estate
broker_of_record_name
short_nameLUVA Real Estate
username
password
password_reset_hash
monthly_invoice_amount0.00
monthly_invoice_start_date(null)
monthly_invoice_end_date(null)
contract_filename
active(true)
lead_inLUVA Real Estate is the exclusive representative for Leverage Global Partners on the Island of Oahu including; Honolulu, HI, USA.
short_description
description<p>OUR STORY</p>
<p>LUVA Real Estate was founded in 2012 as a lifestyle focused company bringing together like - minded individuals from the Real Estate, Entertainment and Start up Business sectors.</p>
<p>Borne from the idea that there is no one-size-fits-all approach to its customers, LUVA prides itself on being a progressive, boutique-style, technologically savvy brokerage. LUVA has expanded their presence with the launch of it's Oahu office in 2018. </p>
<p>WHO WE ARE:</p>
<p>We are people.</p>
<p>Adventurers, dog lovers, surfers, activists, Netflix bingers, paddlers, caffeine addicts, parents & partners.</p>
<p>We are relational, not just transactional.</p>
<p>The process of buying & selling real estate is an emotional, financial and mental journey. We partner with our clients through the ups & downs to achieve goals.</p>
<p>WHAT WE DO:</p>
<p>We tell stories.</p>
<p>Selling a home is more complex than graphs & stats. We creatively convey the home’s story to align with a buyer’s hopes and dreams - making it a tangible thing. A physical place to create life & lifestyle.</p>
<p>We provide solutions.</p>
<p>We are professionals. We are solution driven. We are a mix plate - local hybrid combining all the best things - of information, technology, social media, collaboration and team work culture. Our goal is simple - “Connecting humans with homes.”</p>
<p>Wish you were here?</p>
<p>We can help you with that.</p>
mlsidx_disclaimerBased on information from the MLSListings MLS) as of {{date}} (date the MLS data was obtained). All data, including all measurements and calculations of area, is obtained from various sources and has not been, and will not be, verified by broker or MLS. All information should be independently reviewed and verified for accuracy. Properties may or may not be listed by the office/agent presenting the information.
nameAbrams Coastal Properties
broker_of_record_name
short_nameAbrams Coastal Properties
usernamejloop
password6e83e74e5aad7dc2404b41f4dad53b857b4a34ae
password_reset_hash
monthly_invoice_amount0.00
monthly_invoice_start_date(null)
monthly_invoice_end_date(null)
contract_filename
active(true)
lead_in
short_description
description<p>Abrams Coastal Properties is the exclusive representative for Leverage Global Partners in Balboa Island, Corona Del Mar, Newport Beach, and Newport Coast in California, USA.</p>
<p>Abrams Coastal Properties has intimate knowledge of Coastal Orange County and is dedicated to giving unbeatable service to its clients seeking to buy or sell homes on Balboa Island, Newport Beach, Corona del Mar, Newport Coast, Costa Mesa, Laguna Beach and Irvine.</p>
<p>The firm is located on Balboa Island where Broker Don Abrams has sold more than 50% of the homes since 1998. Abrams Coastal Properties is one of Orange County’s most successful independent brokerages. During the past 15 years, Don has been personally involved in about half of the total number of sale transactions on Balboa Island, as well as many transactions in the surrounding coastal areas served by the firm. Since 2003, Don has sold 50-70% of all homes on Balboa Island and has been one of the top 10 selling Realtors in Newport Beach. Don received the prestigious 2012 Realtor of the Year award from the Newport Beach Association of Realtors.</p>
<p>In addition to selling homes, Abrams Coastal also manages and leases many vacation rental and yearly rental homes on Balboa Island and greater Newport Beach. We look forward to putting our clients and guests’ interests first and assisting all in finding the perfect coastal home!</p>
<p> </p>
<p> </p>
communitiesNewport Beach California CA USA
Newport Coast California CA USA
Corona del Mar California CA USA
Balboa Island California CA USA
meta_titleNewport Beach Real Estate | Abrams Coastal Properties | Leverage Global Partners
meta_descriptionAbrams Coastal Properties is the exclusive representative for Leverage Global Partners in Newport Beach, CA, USA.
meta_keywordsabrams coastal properties, newport beach real estate, don abrams, leverage global partners
login_message_counter3
stats_module_1_typeagents
stats_module_1_value99
stats_module_2_typeyears_in_service
stats_module_2_value36
stats_module_3_typelistings
stats_module_3_value6000
last_activity_email_sent0000-00-00 00:00:00
converted(true)
created2013-04-12 18:09:00
modified2023-11-30 23:38:03
country_id1
dre_num012345
uri/brokerage-detail/21/abrams-coastal-properties
website_shortwww.abramscoastalproperties.com
name_with_locationAbrams Coastal Properties
mlsidx_id_array(array)
01
StripeSubscription(array)
id(null)
brokerage_id(null)
user_id(null)
property_id(null)
type(null)
stripe_id(null)
stripe_customer_id(null)
stripe_checkout_email(null)
stripe_promotion_code(null)
stripe_promotion_code_id(null)
stripe_coupon_code_id(null)
status(null)
current_period_end(null)
cancel_at_period_end(null)
ended(null)
last_change(null)
last_activity_email_sent(null)
created(null)
modified(null)
GlobalReachReport(array)
id(null)
property_id(null)
wsj_desktop(null)
wsj_mobile(null)
wsj_expires(null)
wsj_capture_started(null)
mg_desktop(null)
mg_mobile(null)
mg_expires(null)
mg_capture_started(null)
bp_desktop(null)
bp_mobile(null)
bp_expires(null)
gp_capture_started(null)
mw_desktop(null)
mw_mobile(null)
mw_expires(null)
mw_capture_started(null)
ft_desktop(null)
ft_mobile(null)
ft_expires(null)
ft_capture_started(null)
nikkei_desktop(null)
nikkei_mobile(null)
nikkei_expires(null)
nikkei_capture_started(null)
pgl_desktop(null)
pgl_mobile(null)
pgl_expires(null)
pgl_capture_started(null)
robb_desktop(null)
robb_mobile(null)
robb_expires(null)
robb_capture_started(null)
juwai_desktop(null)
juwai_mobile(null)
juwai_expires(null)
juwai_capture_started(null)
leverage_desktop(null)
leverage_mobile(null)
leverage_expires(null)
leverage_capture_started(null)
created(null)
modified(null)
wsj_available(false)
wsj_expired(true)
wsj_desktop_proxy_screenshot(null)
wsj_mobile_proxy_screenshot(null)
mg_available(false)
mg_expired(true)
mg_desktop_proxy_screenshot(null)
mg_mobile_proxy_screenshot(null)
bp_available(false)
bp_expired(true)
bp_desktop_proxy_screenshot(null)
bp_mobile_proxy_screenshot(null)
mw_available(false)
mw_expired(true)
mw_desktop_proxy_screenshot(null)
mw_mobile_proxy_screenshot(null)
nikkei_available(false)
nikkei_expired(true)
nikkei_desktop_proxy_screenshot(null)
nikkei_mobile_proxy_screenshot(null)
pgl_available(false)
pgl_expired(true)
pgl_desktop_proxy_screenshot(null)
pgl_mobile_proxy_screenshot(null)
robb_available(false)
robb_expired(true)
robb_desktop_proxy_screenshot(null)
robb_mobile_proxy_screenshot(null)
juwai_available(false)
juwai_expired(true)
juwai_desktop_proxy_screenshot(null)
juwai_mobile_proxy_screenshot(null)
capture_processing(false)
capture_error(empty)
Image(empty)
User(empty)
SecondaryPropertyCategory(empty)
PropertyFeature(empty)
Topic(empty)
sidebar_articles(array)
0(array)
Article(array)
id77
modelArticle
model_id0
archived(false)
medium_featured(false)
large_featured(false)
titleWebinar Recap // SOCIAL MEDIA HACKS: Time Hacks to Make Your Social Media More Efficient
authorLeverageRE
date2015-12-17
lead_inLeverage Global Partners and social media expert Katie Lance recently teamed up for the December 2015Â event of our monthly webinar series. In this installment, SOCIAL MEDIA HACKS: Time Hacks to Make Your Social Media More Efficient, Katie discussed how real estate professionals can utilize social media hacks to enhance their overall marketing and branding strategy.
body<p><strong>Facebook Lists:</strong><br />
– Get intentional<br />
– Create 2 lists: Clients and potential clients<br />
– Check the list 5 mins a day<br />
– Use lists to see what THEY post and to post to ONLY those lists<br />
– Customize who you share with whom</p>
<p><strong>Facebook Favorites:</strong><br />
Get organized with how you see Facebook on your desktop and on your phone – organize your Lists, Groups and Pages</p>
<p><img class="aligncenter wp-image-11591 pure-img" src="/assets/1128.png" /></p>
<p><strong>Increasing Likes to Your Facebook Page:</strong><br />
– Go to your FB page<br />
– Boost 1-3 posts for $5-10 to people who like your page and their friends<br />
– Go back a day or two later<br />
– Click on everyone who liked the POST<br />
– Now, you can invite them to like your PAGE<br />
– You can go back and do this with old posts too!</p>
<p><strong>Batch Your Content:</strong><br />
– Pick a day of the week and schedule content for your FB business page for the next 5-7 days<br />
– Or, each morning, take 15 minutes to schedule social media posts to Twitter, LinkedIn or your FB business page<br />
– Use HootSuite or SproutSocial for Twitter or LinkedIn. Use Facebook for Facebook</p>
<p><img class="aligncenter wp-image-11593 pure-img" src="/assets/1129.png" /></p>
<p><strong>Twitter Lists:</strong><br />
– <a href="https://twitter.com/lists" target="_blank">Twitter.com/Lists</a><br />
– Create lists of your clients and potential clients<br />
– List of local content. Types of people to add to the list: local news stations, Chamber of Commerce, your city Twitter feed, local bloggers, school district Twitter feed</p>
<p><a href="https://ads.twitter.com/user/LeverageRE/home" target="_blank"><img class="aligncenter wp-image-11597 pure-img" src="/assets/1130.png" /></a></p>
<p><strong>Instagram Hacks:</strong><br />
– You can post from Instagram to Facebook OR you can post to Instagram and then wait to post to FB. Benefit – when you wait you can change the caption<br />
– Use <a href="http://iconosquare.com/" target="_blank">Iconosquare.com</a> for insight on the best time of day to post<br />
– Put your phone in Airplane mode to take pictures and filter – they will save to your phone not Instagram<br />
– Create Instagram ads using Facebook’s Ad Manager</p>
<p><strong>Surf LinkedIn Anonymously:</strong><br />
– Go to “Privacy & Settings” for your profile when you hover over your LinkedIn profile image in the upper right of the page<br />
– Under the profile tab for “Privacy Controls” you can click on the option for “Select what others see when you’ve viewed their profile”</p>
<p><a href="http://resume.linkedinlabs.com/" target="_blank"><img class="aligncenter wp-image-11598 pure-img" src="/assets/1131.png" /></a></p>
<p><strong>Repurpose Content:</strong><br />
How can you slice and dice content?<br />
Example:<br />
– Create a 12-month calendar with one blog post per month<br />
– Extend the life of that post by using the SAME content to create a SlideShare (slideshare.net), a YouTube video, graphics for FB, Instagram or Pinterest, a Periscope<br />
– Also – repost your best content multiple times. Now, 3 months from now, 6 months from now, etc. (especially if it’s timeless)</p>
<p><strong>Create great graphics fast!</strong><br />
Create one graphic and then resize quickly with:<br />
– <a href="http://ShareAsImage.com" target="_blank">ShareAsImage.com</a><br />
– Create FB ads and Cover Photos easily with <a href="http://Canva.com" target="_blank">Canva.com</a><br />
– Resize your photos for the web as needed with <a href="http://PicMonkey.com" target="_blank">PicMonkey.com</a></p>
<p><a href="https://ifttt.com/" target="_blank"><img class="aligncenter wp-image-11599 pure-img" src="/assets/1132.png" /></a></p>
<p><strong>Get your video and Periscope strategy SET:</strong><br />
Half of the battle in doing video or Periscope is being READY<br />
My five must-haves:<br />
– iPhone<br />
– Tri-pod: Joby<br />
– Light source: LuMee Case<br />
– Mic: Bose earphones or Road mic<br />
– Your go-to place to do video<br />
More resources: <a href="http://www.katielance.com/periscopefornewbies/" target="_blank">KatieLance.com/Periscope</a></p>
<div>
<div>
<p><strong>For all of the great takeaways, view the full webinar video below!</strong></p>
</div>
</div>
<h3><strong>WATCH THE WEBINAR VIDEO // SOCIAL MEDIA HACKS<br />
<img class="aligncenter wp-image-11600 pure-img" src="/assets/1133.jpg" /></strong></h3>
titleWebinar Recap // Real Estate LIVE: How to Use Live Streaming Apps to Boost Your Business
authorLeverageRE
date2015-10-10
lead_inLeverage Global Partners and social media expert Katie Lance recently teamed up for the October 1st, 2015 event of our monthly webinar series. In this installment, Real Estate LIVE: How to Use Live Streaming Apps (Periscope, etc.) to Boost Your Business, Katie discussed how real estate professionals can utilize live streaming apps to enhance their overall marketing and branding strategy.
body<p><img class="aligncenter wp-image-11268 pure-img" src="/assets/1141.jpg" /></p>
<p><u><strong>Periscope is LIVE streaming</strong></u><br />
– Broadcast live from anywhere in the world<br />
– Anyone in the world can tune in and see and hear you<br />
– They can comment and you can see the comments and then respond<br />
– It’s very much a two-way conversation<br />
– The live stream can be saved to your device and then uploaded to YouTube if you choose</p>
<p><u><strong>Getting Started</strong></u><br />
– Download the app (iPhone or Android)<br />
– Create your account (with or without Twitter)<br />
– Complete your bio (what do you broadcast about?)<br />
– Follow friends (follow friends on Twitter – don’t just follow for follow)<br />
– Watch broadcasts – if you like what you hear, comment and tap the screen for hearts</p>
<p><u><strong>7 Tips to Getting Started as a Broadcaster</strong></u><br />
1. Be prepared – write down 3-5 bullet points<br />
2. Put your phone in airplane mode<br />
3. Adjust your settings to save your broadcast to your phone<br />
4. Download Dropbox to autosave all broadcasts to Dropbox so you can delete them from your phone<br />
5. Put your phone in ‘video’ mode to check your hair, lighting, etc.<br />
6. Think about your headline: catchy, short and w/ a hashtag or two<br />
7. Enable (or disable) location<br />
8. When the broadcast starts it’s facing away from you. Toggle the camera once it starts to face you</p>
<p><u><strong>8 Things You Must Do Once You Go Live</strong></u><br />
1. Start right Away<br />
2. Introduce yourself – who are you, what you are going to talk about<br />
3. Welcome people to the room<br />
4. Invite people to follow you and share the broadcast<br />
5. Block the trolls by tapping on their name<br />
6. Ask for people to share the broadcast at the beginning, middle and end<br />
7. Thank people at the end<br />
8. Give a call to action – where can people find out more about you<br />
– blog, YouTube, email list, FB page, website, etc.</p>
<p><img class="aligncenter wp-image-11263 pure-img" src="/assets/1142.png" /></p>
<p><u><strong>Marketing Your Scopes</strong></u><br />
Pre-Marketing<br />
– Email – include in your email newsletter<br />
– Facebook, Twitter, LinkedIn, Instagram – promote the show the day or and/or 10 minutes before<br />
– Reaching out to people one-to-one – create broadcasts that promote other broadcasters</p>
<p>Post-Marketing<br />
– Watch the replay –on Periscope or on Katch.me<br />
– Follow people who comment that resonate with you<br />
– Reach out to some of those people on Twitter – thank them for tuning in. Follow on Twitter, add to a Periscope connections list<br />
– Share the replay<br />
– Share the replay the next day twice – in the AM and about an hour before the link expires<br />
– Advanced tip: use a tool like Hootsuite to save your hashtags in a search</p>
<p><u><strong>Be Intentional About Connecting with People Beyond Periscope</strong></u><br />
– Go to twitter.com/lists to create a list Periscope connections<br />
– View that list a few times a week<br />
– Engage, re-tweet<br />
– Be authentic</p>
<p><u><strong>Integrating Periscope into Your Marketing Plans</strong></u><br />
Not reinventing the wheel – but repurposing<br />
What other marketing are you doing now?<br />
– Email<br />
– Facebook pages<br />
– Twitter<br />
– Facebook ads<br />
– Instagram<br />
– Video/YouTube<br />
– Print</p>
<p><u><strong>Leveraging Existing Content</strong></u><br />
What content are you already creating daily or weekly? What can serve as inspiration for your broadcasts?<br />
– Facebook posts<br />
– Blog posts?<br />
– YouTube videos<br />
– Instagram photos?<br />
– Links to articles on Twitter?</p>
<p><img class="aligncenter wp-image-11264 pure-img" src="/assets/1143.png" /></p>
<p><u><strong>Creating a Content Plan</strong></u><br />
– Brainstorm a list of topics<br />
– Decide on how often you’d like to broadcast and what time of day<br />
– Consistency wins<br />
– Repurpose existing content (i.e. blog content)<br />
– Use Google Calendar or a Google Spreadsheet</p>
<p><u><strong>Broadcast Ideas</strong></u><br />
What is your expertise?<br />
— What are the questions you get asked all the time<br />
— Think in terms of tips (i.e. 3 tips for…)</p>
<p>What are you passionate about?<br />
— Why do you love what you do?</p>
<p>What are the type of clients or customers you’d like to connect with?</p>
<p>Sneak-peek behind the scenes</p>
<p>Who can you recognize?<br />
— Other scopers? People in your community?</p>
<p><u><strong>Building Your Following</strong></u><br />
– Consistency<br />
– Being a part of the community<br />
– Actively engaging and commenting in other broadcasts<br />
– Share wisely<br />
– Integrate your account with Twitter</p>
<p><u><strong>How are real estate pros using Periscope and other live streaming?</strong></u><br />
– Sneak peek of an open house<br />
– Showcasing their community – walking tours of hot spots and neighborhoods<br />
– Home buying and selling tips<br />
– Highlighting and celebrating their clients<br />
– Staging and home de-cluttering tips<br />
– Q/A about real estate</p>
<div>
<div>
<p><strong>For all of the great takeaways, view the full webinar video below!</strong></p>
</div>
</div>
<h3><a href="http://www.leveragere.com/videos/e1iWD7Qv" target="_blank"><strong>WATCH THE WEBINAR VIDEO // REAL ESTATE LIVE</strong></a></h3>
<p><a href="http://www.leveragere.com/videos/e1iWD7Qv" target="_blank"><img class="aligncenter wp-image-11266 pure-img" src="/assets/1144.jpg" /></a></p>
<h3> </h3>
<h3><strong>DON’T MISS THIS SPECIAL OFFER FROM KATIE LANCE:<br />
60-MINUTE ADVANCED PERISCOPE VIDEO COURSE!<br />
Go to <a href="https://katielance.leadpages.co/periscopeclass/" target="_blank">katielance.com/periscopeclass</a> for more details.</strong></h3>
<p><a href="https://katielance.leadpages.co/periscopeclass/" target="_blank"><img class="aligncenter wp-image-11265 pure-img" src="/assets/1145.png" /></a></p>
<p><strong>Check out more from Katie Lance!</strong></p>
<p><strong>BLOG:</strong> <a href="http://www.katielance.com/periscopesummit/" target="_blank">My Top #PeriscopeSummit NYC Takeaways</a></p>
<p><a href="http://www.katielance.com/periscopesummit/" target="_blank"><img class="aligncenter wp-image-11270 pure-img" src="/assets/1146.png" /></a></p>
body<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed et est ut dui hendrerit auctor sit amet ut lorem. Proin eleifend tristique felis. Curabitur bibendum enim mauris, nec volutpat lectus aliquam a. Vestibulum laoreet tellus ac porta consectetur. Quisque quam tellus, tempus vel sollicitudin id, convallis ut erat. Nullam laoreet aliquet sapien non porttitor. Curabitur eu commodo quam, in pellentesque nibh. Etiam non dolor fermentum velit commodo feugiat a ut augue. Sed faucibus tincidunt vestibulum. Pellentesque tincidunt sed lorem at efficitur. Suspendisse maximus arcu eget fermentum pharetra. Praesent dapibus justo sit amet vestibulum molestie.</p>
<p>Nullam eu faucibus nisi, sed lacinia eros. Quisque finibus nec ante eu scelerisque. In hac habitasse platea dictumst. Nam turpis augue, ornare sed odio a, placerat vestibulum augue. Curabitur posuere turpis sed nisl tempus, id feugiat ipsum dictum. Praesent venenatis pharetra nunc at tincidunt. Ut sollicitudin quam sit amet tortor molestie, at bibendum diam cursus. Cras ac metus vitae sapien condimentum consequat sit amet eget metus. Vestibulum et venenatis purus. Donec tincidunt pharetra ex quis tempor. Vivamus non sapien eget elit auctor ultrices at eget turpis. Nulla volutpat ut nibh eget placerat.</p>
vimeo_id
created2019-10-30 22:36:10
modified2021-07-21 11:42:08
uri/articles/view/80/all-about-compass
flattened_topics(array)
0Arts & Culture
ParentBrokerage(array)
id102
account_executive_id0
archived(false)
typeteam
hide_from_frontend(false)
agent_brokerage_data_override(false)
featured_development(false)
membership_typeBasic
max_properties12
max_homepage_featured_by_member_properties0
featured_properties_sort_methodmanual
lux_feed_modeStripeSubscription
max_luxury_feed_properties0
membership_luxury_feed_properties0
can_participate_in_lux_feed_while_archived(false)
full_training_video_access(false)
WOEID(null)
timezone
luxury_feed_enrollment_modemanual
luxury_feed_include_mlsidx_minimum_price0
luxury_feed_include_leverage_minimum_price0
digital_ad_contacts
add_agents_to_grr_auto_recipients(true)
mlsidx_id
mlsidx_auto_import_minimum_price0
mlsidx_logo_url
mlsidx_disclaimer
nameCompass
broker_of_record_namePartners Trust
short_nameCompass
username
password
password_reset_hash
monthly_invoice_amount0.00
monthly_invoice_start_date(null)
monthly_invoice_end_date(null)
contract_filename
active(true)
lead_inYou've tried the rest, now try the best
short_description
description<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed et est ut dui hendrerit auctor sit amet ut lorem. Proin eleifend tristique felis. Curabitur bibendum enim mauris, nec volutpat lectus aliquam a. Vestibulum laoreet tellus ac porta consectetur. Quisque quam tellus, tempus vel sollicitudin id, convallis ut erat. Nullam laoreet aliquet sapien non porttitor. Curabitur eu commodo quam, in pellentesque nibh. Etiam non dolor fermentum velit commodo feugiat a ut augue. Sed faucibus tincidunt vestibulum. Pellentesque tincidunt sed lorem at efficitur. Suspendisse maximus arcu eget fermentum pharetra. Praesent dapibus justo sit amet vestibulum molestie.</p>
<p>Nullam eu faucibus nisi, sed lacinia eros. Quisque finibus nec ante eu scelerisque. In hac habitasse platea dictumst. Nam turpis augue, ornare sed odio a, placerat vestibulum augue. Curabitur posuere turpis sed nisl tempus, id feugiat ipsum dictum. Praesent venenatis pharetra nunc at tincidunt. Ut sollicitudin quam sit amet tortor molestie, at bibendum diam cursus. Cras ac metus vitae sapien condimentum consequat sit amet eget metus. Vestibulum et venenatis purus. Donec tincidunt pharetra ex quis tempor. Vivamus non sapien eget elit auctor ultrices at eget turpis. Nulla volutpat ut nibh eget placerat.</p>
description<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed et est ut dui hendrerit auctor sit amet ut lorem. Proin eleifend tristique felis. Curabitur bibendum enim mauris, nec volutpat lectus aliquam a. Vestibulum laoreet tellus ac porta consectetur. Quisque quam tellus, tempus vel sollicitudin id, convallis ut erat. Nullam laoreet aliquet sapien non porttitor. Curabitur eu commodo quam, in pellentesque nibh. Etiam non dolor fermentum velit commodo feugiat a ut augue. Sed faucibus tincidunt vestibulum. Pellentesque tincidunt sed lorem at efficitur. Suspendisse maximus arcu eget fermentum pharetra. Praesent dapibus justo sit amet vestibulum molestie.</p>
<p>Nullam eu faucibus nisi, sed lacinia eros. Quisque finibus nec ante eu scelerisque. In hac habitasse platea dictumst. Nam turpis augue, ornare sed odio a, placerat vestibulum augue. Curabitur posuere turpis sed nisl tempus, id feugiat ipsum dictum. Praesent venenatis pharetra nunc at tincidunt. Ut sollicitudin quam sit amet tortor molestie, at bibendum diam cursus. Cras ac metus vitae sapien condimentum consequat sit amet eget metus. Vestibulum et venenatis purus. Donec tincidunt pharetra ex quis tempor. Vivamus non sapien eget elit auctor ultrices at eget turpis. Nulla volutpat ut nibh eget placerat.</p>
long_descriptionLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
descriptionSpectacular French provincial home set in manicured formal gardens with swimming pool promises an outstanding family lifestyle in this blue-chip Bayside location in the popular Were Street precinct.
Antique French timber and cast-iron double doors open to reveal interiors defined by sweeping polished ironbark floors, reconstituted granite, soaring ceilings, decorative cornices, and glorious garden or water outlooks from every angle. Vistas over the pond and swimming pool are enhanced by two rare century-old Canary Island palms.
The home’s formal and informal living and dining domain are complimented by a ground floor suite with walk-in-wardrobe and granite finished en suite. At the end of the wide hallway the full-width informal living and dining zone opens through three pairs of French doors to a large outdoor terrace overlooking the garden and swimming pool. The chef’s kitchen includes three Miele ovens and dishwasher, appliance cabinet and long stone benches overlooking the dining and living which boasts built-in bespoke joinery and glorious garden and pool views. Still downstairs, a very generous powder room and large laundry confirm the luxury of space and thoughtful design of this enviable family home.
A grand carpeted timber and wrought iron staircase leads to a very spacious upper level that includes a large living room or teenagers retreat. Enjoying views through the treetops of the front garden and pond, the main suite includes a vestibule, private study or home office, walk-in wardrobe and generous ensuite with shower, bath set in granite and double vanity. Three more bedrooms include two that open to private balconies with garden views, while a granite-finished family bathroom and second ensuite complete the upstairs domain.
A grand contemporary classic, this residence also includes solar glazed windows, ducted heating, reverse cycle air conditioning, smart wiring, powder room, attic storage, salt-chlorinated 9 metre solar heated swimming pool, and five car basement garage with workshop. Brilliantly positioned close to a range of schools including Xavier College, Haileybury, St Leonards, as well as Were Street shopping and the beach.
titleWebinar Recap // FACEBOOK ADS: Spend Less to Sell More
authorLeverageRE
date2015-11-21
lead_inLeverage Global Partners and social media expert Katie Lance recently teamed up for the October 1st, 2015 event of our monthly webinar series. In this installment, FACEBOOK ADS:  Spend Less to Sell More, Katie discussed how real estate professionals can utilize Facebook advertising to enhance their overall marketing and branding strategy.
body<p><img class="aligncenter wp-image-11446 pure-img" src="/assets/1135.png" /></p>
<p>Facebook Pages Must-Haves:<br />
1. Contact info<br />
2. Area you work in<br />
3. Consistent, daily content<br />
4. Images and video<br />
5. Facebook ad plan</p>
<p>“Batching Your Content” Ideas:<br />
– Fun Friday<br />
– Market Update Monday<br />
– Throwback Thursday #TBT<br />
– Flashback Friday<br />
– Inspiration Saturday</p>
<p>Tips:<br />
– Schedule content in advance<br />
– Use a content grid<br />
– Determine your target audience – someone likely to move, recent homebuyer, recent mortgage borrower, etc.</p>
<p><img class="aligncenter wp-image-11448 pure-img" src="/assets/1136.png" /></p>
<p>Ad targeting could include:<br />
– Custom audience – populate an existing custom audience to analyze it<br />
– Location<br />
– Age and gender<br />
– Interests<br />
– Connections – include or exclude your own fans<br />
– Advanced – filter for behaviors, language, relationship status, education, work, financial, home, market segments, parents, politics, life events and device owners</p>
<p>Split test your ads:<br />
– Start with at least five images per ad set<br />
– Write at least two ad texts<br />
– Write at least two headlines<br />
– From here, you’ll have <em>5 x 2 x 2 = 20 ads</em></p>
<p>Custom audiences and re-targeting<br />
– You can create a target audience OR you can create a custom audience<br />
~ Download your database and then upload it (a .CSV file) to create a custom audience (or sync with MailChimp)<br />
– Create a custom pixel – embed it into your website. Every time someone lands on your page they will see your ad<br />
– Go to <a href="https://www.facebook.com/advertising" target="_blank">facebook.com/ads</a></p>
<p>Figuring out your Facebook ad budget:<br />
– Start here: Boosted posts<br />
~ Boost posts with links back to your site (i.e. blog posts, videos)<br />
~ $5-10 per boost to start<br />
– Additional ads:<br />
~ Promote open houses or listings<br />
~ Promote market reports<br />
~ Promote your email newsletter, video blog, etc.<br />
~ $100 budget for 7 days to start</p>
<p><img class="aligncenter wp-image-11451 pure-img" src="/assets/1137.png" /></p>
<p>What are Facebook dark posts?<br />
– A Facebook ad that looks like a post – but doesn’t appear on your business page<br />
– Why would you do this versus boosting a post?<br />
– Dark posts allow you to run the exact same ad multiple times with different audiences<br />
– By doing this, you won’t be spamming everyone who likes your page with the same ad multiple times<br />
– More information about dark posts: <a href="http://www.katielance.com/facebookdarkposts/" target="_blank">katielance.com/facebookdarkposts</a></p>
<p><img class="aligncenter wp-image-11452 pure-img" src="/assets/1138.png" /></p>
<p>Images are everything:<br />
– Your images cannot have more than 20% text<br />
– Use this tool: <a href="https://www.facebook.com/ads/tools/text_overlay" target="_blank">https://www.facebook.com/ads/tools/text_overlay</a><br />
– Use stock photos that are royalty free (Flickr Creative Commons, FreeImages.com, Shutterstock.com)<br />
– Use relevant and eye-catching images<br />
– Use <a href="https://www.canva.com/" target="_blank">canva.com</a> to create images</p>
<p>Little things that make a huge difference with Facebook ads<br />
– Retarget website viewers with AdRoll.com<br />
– Trial and error – test, test, test<br />
– Think like a customer<br />
– Text – under 90 characters<br />
– Use landing pages (LeadPages.net)<br />
– Use <a href="http://facebook.com/ads/audience_insights" target="_blank">Audience Insights</a></p>
<p>Video ad tips on Facebook:<br />
– Upload your video directly into Facebook (not a YouTube link)<br />
– 1-2 minutes max<br />
– Include a call to action and link at the end<br />
– Create playlists for videos and run video ads</p>
<p>Follow <a href="https://www.facebook.com/marketing/?fref=ts" target="_blank">Facebook for Business</a> page for helpful tips</p>
<p>Next Steps:<br />
Plan – Get your social media strategy in place for next year – especially your Facebook plan of attack<br />
Budget – Get your Facebook ad budget in place for next year<br />
Implement – start small – start boosting posts $5-10 each to monitor results<br />
Optimize your ads: <a href="http://www.katielance.com/facebookads/" target="_blank">katielance.com/facebookads</a></p>
<p>Join Katie Lance’s #GetSocialSmart page: <a href="https://www.facebook.com/groups/GetSocialSmartWithKLC?_rdr=p" target="_blank">facebook.com/groups/GetSocialSmartWithKLC</a></p>
<div>
<div>
<p><strong>For all of the great takeaways, view the full webinar video below!</strong></p>
</div>
</div>
<h3><strong>WATCH THE WEBINAR VIDEO // FACEBOOK ADS</strong></h3>
<p><img class="aligncenter wp-image-11454 pure-img" src="/assets/1139.jpg" /></p>
long_descriptionLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
created2016-02-11 14:47:13
modified2016-04-18 11:36:41
timezoneAmerica/Los_Angeles
population5400000
uri/locations/view/5/agoura-hills
tile_nameAgoura Hills
Brokerage(array)
id21
account_executive_id0
archived(false)
typebrokerage
hide_from_frontend(false)
agent_brokerage_data_override(false)
featured_development(false)
membership_typePremium
max_properties12
max_homepage_featured_by_member_properties1
featured_properties_sort_methodmanual
lux_feed_modeStripeSubscription
max_luxury_feed_properties0
membership_luxury_feed_properties0
can_participate_in_lux_feed_while_archived(false)
full_training_video_access(false)
WOEID23417205
timezone
luxury_feed_enrollment_modemanual
luxury_feed_include_mlsidx_minimum_price0
luxury_feed_include_leverage_minimum_price0
digital_ad_contacts
add_agents_to_grr_auto_recipients(true)
mlsidx_id1
mlsidx_auto_import_minimum_price0
mlsidx_logo_url/img/logo-mls-listings.png
mlsidx_disclaimerBased on information from the MLSListings MLS) as of {{date}} (date the MLS data was obtained). All data, including all measurements and calculations of area, is obtained from various sources and has not been, and will not be, verified by broker or MLS. All information should be independently reviewed and verified for accuracy. Properties may or may not be listed by the office/agent presenting the information.
nameAbrams Coastal Properties
broker_of_record_name
short_nameAbrams Coastal Properties
usernamejloop
password6e83e74e5aad7dc2404b41f4dad53b857b4a34ae
password_reset_hash
monthly_invoice_amount0.00
monthly_invoice_start_date(null)
monthly_invoice_end_date(null)
contract_filename
active(true)
lead_in
short_description
description<p>Abrams Coastal Properties is the exclusive representative for Leverage Global Partners in Balboa Island, Corona Del Mar, Newport Beach, and Newport Coast in California, USA.</p>
<p>Abrams Coastal Properties has intimate knowledge of Coastal Orange County and is dedicated to giving unbeatable service to its clients seeking to buy or sell homes on Balboa Island, Newport Beach, Corona del Mar, Newport Coast, Costa Mesa, Laguna Beach and Irvine.</p>
<p>The firm is located on Balboa Island where Broker Don Abrams has sold more than 50% of the homes since 1998. Abrams Coastal Properties is one of Orange County’s most successful independent brokerages. During the past 15 years, Don has been personally involved in about half of the total number of sale transactions on Balboa Island, as well as many transactions in the surrounding coastal areas served by the firm. Since 2003, Don has sold 50-70% of all homes on Balboa Island and has been one of the top 10 selling Realtors in Newport Beach. Don received the prestigious 2012 Realtor of the Year award from the Newport Beach Association of Realtors.</p>
<p>In addition to selling homes, Abrams Coastal also manages and leases many vacation rental and yearly rental homes on Balboa Island and greater Newport Beach. We look forward to putting our clients and guests’ interests first and assisting all in finding the perfect coastal home!</p>
<p> </p>
<p> </p>
communitiesNewport Beach California CA USA
Newport Coast California CA USA
Corona del Mar California CA USA
Balboa Island California CA USA
meta_titleNewport Beach Real Estate | Abrams Coastal Properties | Leverage Global Partners
meta_descriptionAbrams Coastal Properties is the exclusive representative for Leverage Global Partners in Newport Beach, CA, USA.
meta_keywordsabrams coastal properties, newport beach real estate, don abrams, leverage global partners
login_message_counter3
stats_module_1_typeagents
stats_module_1_value99
stats_module_2_typeyears_in_service
stats_module_2_value36
stats_module_3_typelistings
stats_module_3_value6000
last_activity_email_sent0000-00-00 00:00:00
converted(true)
created2013-04-12 18:09:00
modified2023-11-30 23:38:03
country_id1
dre_num012345
uri/brokerage-detail/21/abrams-coastal-properties
website_shortwww.abramscoastalproperties.com
name_with_locationAbrams Coastal Properties
mlsidx_id_array(array)
01
Image(array)
id726
modelLocation
model_id5
tagImage
nameAgouravista.jpg
typeimage/jpeg
size3518147
uri/assets/726.jpg
order0
created2016-03-01 11:43:14
modified2016-04-18 11:36:41
modelLocation
2(array)
Topic(array)
id21
nameCulinary
created2016-02-12 10:06:19
modified2016-02-24 11:53:11
tile_nameCulinary
Image(array)
id186
modelTopic
model_id21
tagImage
nameCulinary.jpg
typeimage/jpeg
size4965451
uri/assets/186.jpg
order0
created2016-02-24 11:53:07
modified2016-02-24 11:53:11
modelTopic
3(array)
Topic(array)
id26
nameCelebrity
created2016-02-12 10:06:44
modified2016-02-24 11:52:42
tile_nameCelebrity
Image(array)
id184
modelTopic
model_id26
tagImage
nameCelebrity.jpg
typeimage/jpeg
size5937885
uri/assets/184.jpg
order0
created2016-02-24 11:52:37
modified2016-02-24 11:52:42
modelTopic
recent_articles(array)
0(array)
Article(array)
id80
modelBrokerage
model_id102
archived(false)
medium_featured(true)
large_featured(false)
titleAll About Compass
authorTodd Pastell
date2019-10-30
lead_inLorem ipsum
body<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed et est ut dui hendrerit auctor sit amet ut lorem. Proin eleifend tristique felis. Curabitur bibendum enim mauris, nec volutpat lectus aliquam a. Vestibulum laoreet tellus ac porta consectetur. Quisque quam tellus, tempus vel sollicitudin id, convallis ut erat. Nullam laoreet aliquet sapien non porttitor. Curabitur eu commodo quam, in pellentesque nibh. Etiam non dolor fermentum velit commodo feugiat a ut augue. Sed faucibus tincidunt vestibulum. Pellentesque tincidunt sed lorem at efficitur. Suspendisse maximus arcu eget fermentum pharetra. Praesent dapibus justo sit amet vestibulum molestie.</p>
<p>Nullam eu faucibus nisi, sed lacinia eros. Quisque finibus nec ante eu scelerisque. In hac habitasse platea dictumst. Nam turpis augue, ornare sed odio a, placerat vestibulum augue. Curabitur posuere turpis sed nisl tempus, id feugiat ipsum dictum. Praesent venenatis pharetra nunc at tincidunt. Ut sollicitudin quam sit amet tortor molestie, at bibendum diam cursus. Cras ac metus vitae sapien condimentum consequat sit amet eget metus. Vestibulum et venenatis purus. Donec tincidunt pharetra ex quis tempor. Vivamus non sapien eget elit auctor ultrices at eget turpis. Nulla volutpat ut nibh eget placerat.</p>
vimeo_id
created2019-10-30 22:36:10
modified2021-07-21 11:42:08
uri/articles/view/80/all-about-compass
Image(array)
0(array)
id1764
modelArticle
model_id80
tagImage
nameIMG_4617.jpg
typeimage/jpeg
size3435286
uri/assets/1764.jpg
order0
created2019-10-30 22:35:50
modified2021-07-21 11:42:08
1(array)
Article(array)
id61
modelArticle
model_id0
archived(false)
medium_featured(false)
large_featured(false)
titleSaturday In The Neighborhood: Charleston
authorLeverageRE
date2016-03-28
lead_in
body
<p><strong>INDULGE</strong>. <a href="http://www.plantersinn.com/peninsula-grill.htm#cake" target="_blank">The Peninsula Grill </a>inside the historic Planters Inn is home to the decadent Ultimate Coconut Cake. The 12-layer, cream-fi dessert is sold by the slice for diners or shipped whole across the country.</p>
<p><img class="aligncenter wp-image-12880 pure-img" src="/assets/961.png" alt="Screen Shot 2016-03-28 at 6.27.43 PM" width="418" height="524" sizes="(max-width: 418px) 100vw, 418px"></p>
<p><strong>FIND.</strong> Since 1922, <a href="http://birlant.com/" target="_blank">George C. Birlant & Co.</a> has been offering period furniture, silver, and accessories, as well as handcrafted reproductions of the famous Charleston Battery Bench that dots the city's sidewalks and parks</p>
<p><strong>ADORN.</strong> <a href="http://croghansjewelbox.com/" target="_blank"><strong>Croghan's</strong> <strong>Jewel</strong> <strong>Box</strong></a> has enchanted generations of Charlestonians with a brilliant selection of jew- els and gifts. The family-run business has occupied the same 18th-century Charleston Single House on King Street since William Joseph Croghan opened shop over 100 years ago.</p>
<p><img class="aligncenter wp-image-12878 pure-img" src="/assets/962.png" alt="Screen Shot 2016-03-28 at 6.24.20 PM" width="754" height="501" sizes="(max-width: 754px) 100vw, 754px"></p>
<p><strong>SCREAM.</strong> <a href="http://bulldogtours.com/charleston-ghost-dungeon-walking-tour/" target="_blank">Bulldog</a> walking tours offer a glimpse at the haunted sites through- out town, but for a real fright, explore pre–Revolutionary War prisons during the dark of night.</p>
<p><img class="aligncenter wp-image-12881 pure-img" src="/assets/963.png" alt="Screen Shot 2016-03-28 at 6.30.55 PM" width="777" height="514" sizes="(max-width: 777px) 100vw, 777px"></p>