2020 Newsmakers Influencers

Introducing, RISMedia’s 2020 Real Estate Newsmakers

They fight for causes in their communities and around the globe. They dedicate their careers to creating a better real estate process. They work tirelessly for consumers and the greater good of homeownership. They achieve great honors, raising the standards of industry professionalism and thereby elevating us all. They innovate, inspire and lead us into the future. They are RISMedia’s 2020 Real Estate Newsmakers.

In our 2020 Real Estate Newsmakers Online Directory, you’ll find the Gallery of this year’s 300 Newsmakers, grouped by category, beginning with our esteemed 2020 Hall of Fame inductees. You’ll also be able to search alphabetically and by company name. We invite you to explore our Gallery of 2020 Newsmakers, and read about their newsworthy accomplishments in 2019. And to view our special Newsmakers spotlight section in the January 2020 issue of RISMedia’s Real Estate magazine, please click here. We hope you enjoy their stories.

The 2020 Real Estate Newsmakers are brought to you by

2020 Newsmakers Hall of Fame Inductees

2020 Newsmaker Categories

<div class="newsmakers-cats"><div class="news-cat-1"><a href="https://www.rismedia.com/2020-newsmakers-influencers#influencers" class="foo"><img src="/wp-content/uploads/newsmakers/INFLUENCERS_V2.jpg" alt="Newsmakers Influencers"><img src="/wp-content/uploads/newsmakers/INFLUENCERS_B.jpg" alt="Newsmakers Influencers"></a></div><div class="news-cat-2"><a href="https://www.rismedia.com/2020-newsmakers-trailblazers#trailblazers" class="foo"><img src="/wp-content/uploads/newsmakers/TRAILBLAZERS_V2.jpg" alt="Newsmakers Trailblazers"><img src="/wp-content/uploads/newsmakers/TRAILBLAZERS_B.jpg" alt="Newsmakers Trailblazers"></a></div><div class="news-cat-3"><a href="https://www.rismedia.com/2020-newsmakers-futurists#futurists" class="foo"><img src="/wp-content/uploads/newsmakers/FUTURISTS_V2.jpg" alt="Newsmakers Futurists"><img src="/wp-content/uploads/newsmakers/FUTURISTS_B.jpg" alt="Newsmakers Futurists"></a></div><div class="news-cat-4"><a href="https://www.rismedia.com/2020-newsmakers-achievers#achievers" class="foo"><img src="/wp-content/uploads/newsmakers/ACHIEVERS_V2.jpg" alt="Newsmakers Achievers"><img src="/wp-content/uploads/newsmakers/ACHIEVERS_B.jpg" alt="Newsmakers Achievers"></a></div></div><div class="newsmakers-cats"><div class="news-cat-1"><a href="https://www.rismedia.com/2020-newsmakers-crusaders#crusaders" class="foo"><img src="/wp-content/uploads/newsmakers/CRUSADERS_V2.jpg" alt="Newsmakers Crusaders"><img src="/wp-content/uploads/newsmakers/CRUSADERS_B.jpg" alt="Newsmakers Crusaders"></a></div><div class="news-cat-2"><a href="https://www.rismedia.com/2020-newsmakers-inspirations#inspirations" class="foo"><img src="/wp-content/uploads/newsmakers/INSPIRATIONS_V2.jpg" alt="Newsmakers Inspirations"><img src="/wp-content/uploads/newsmakers/INSPIRATIONS_B.jpg" alt="Newsmakers Inspirations"></a></div><div class="news-cat-3"><a href="https://www.rismedia.com/2020-newsmakers-luminaries#luminaries" class="foo"><img src="/wp-content/uploads/newsmakers/LUMINARIES_V2.jpg" alt="Newsmakers Luminaries"><img src="/wp-content/uploads/newsmakers/LUMINARIES_B.jpg" alt="Newsmakers Luminaries"></a></div><div class="news-cat-4"><a href="https://www.rismedia.com/2020-newsmakers-trendsetters#trendsetters" class="foo"><img src="/wp-content/uploads/newsmakers/TRENDSETTERS_V2.jpg" alt="Newsmakers Trendsetters"><img src="/wp-content/uploads/newsmakers/TRENDSETTERS_B.jpg" alt="Newsmakers Trendsetters"></a></div></div><div class="d-flex flex-column justify-content-center align-items-center"><div class="" style="width:250px;padding-top: 0px;background-color:#ffffff"><div class="row"><div class="col-md-12 mt-5" style="margin:0px auto; padding:0px!important"><div class="input-group newsmakers-search-group" style=""><input class="form-control " type="search" placeholder="Search by Name" id="search-input-newsmaker" style="border: 2px solid #d8b143;position: relative;-ms-flex: 1 1 auto;flex: 1 1 auto;width: 1%;margin-bottom: 0;border-top-left-radius: 50rem !important;border-bottom-left-radius: 50rem !important;"><span class="input-group-append"><button class="btn btn-newsmakers-search" type="button" style=""><i class="fa fa-search" style="color:#ffffff"></i></button></span></div></div></div></div><div style=""><ul id="search-list-newsmaker" class="list-group" style="padding-bottom: 0; margin-bottom: 0"><div id="search-list-inul-newsmaker"></div></ul></div></div><script type="text/javascript">jQuery(document).ready( function() { function emptyul(){if (jQuery(".list-group-item").length ) {jQuery(".list-group-item").on('click', function(){jQuery('#search-list-inul-newsmaker').empty();});}} jQuery("#search-input-newsmaker").on('input', function() { var list = $('#search-list-inul-newsmaker');list.empty();var val = {val: $(this).val(), category: 'influencers'};if(val){ jQuery.ajax({type: "post", url: '../wp-content/themes/Divi/includes/newsmakers_search_ajax.php',dataType: "json",data: JSON.stringify(val),success: function(response) { if(response.status == 'empty'){} else if(response.status == 'success'){let results = response.results;for(let i = 0; i < results.length && i < 10; i++){let li = '<li class="list-group-item"><a href="' + results.link + '" target="_blank">' + results.name + '</a></li>'; list.append(li);} emptyul(); }},error: function(e){}}); }})})</script>

2020 Newsmakers – Influencers | The thought leaders

<div><strong>Additional Newsmakers:</strong></div>
<div id="newsmakers-missing-photo"></div>
<script type="text/javascript">jQuery(document).ready( function() {function getnames(){jQuery.ajax({type: "post",url: '../wp-content/themes/Divi/includes/newsmakers_search_ajax.php',data: JSON.stringify({message: 'get_names', category: 'influencers'}),dataType: "json",success: function(response) {let results = response.results;for(let i = 0; i < results.length; i++){let item = '<a href="https://www.rismedia.com/newsmaker/?id=' + results.id + '" target="_blank" style="color: #464646">' + results.name + "</a> "; let space = "<strong>|</strong> ";if(i != results.length-1){$('#newsmakers-missing-photo').append(item + space);} else {jQuery('#newsmakers-missing-photo').append(item); }}}, error: function(e){}})}getnames();});</script><script type="text/javascript">jQuery(document).ready(function(){var check = setInterval(function() {if (jQuery('.fg-filtering-container').length) {var elm = jQuery('#gallery-title'); elm.insertAfter('.fg-filtering-container'); clearInterval(check);}}, 500);});</script>

About RISMedia’s Real Estate Newsmaker Awards and the 2020 Newsmakers Online Directory
RISMedia’s Real Estate Newsmaker Award recipients were chosen based on nominations received through an online nomination process on RISMedia.com, and by nominations from RISMedia’s in-house editorial team and other industry sources. Nominations for RISMedia’s Real Estate Newsmakers are collected on an ongoing basis throughout the course of the year. There is no fee to nominate a Newsmaker or be recognized/featured as a Newsmaker.

Due to deadline and production criteria, RISMedia’s 2020 Real Estate Newsmakers Online Directory may not currently be in its final format. Please check back for ongoing updates. For corrections/updates to your Newsmaker profile page in the Online Directory, please email online@rismedia.com.

All 2020 Real Estate Newsmakers will be invited to attend RISMedia’s Real Estate Newsmakers Reception & Dinner at the National Press Club in Washington, D.C. in May 2020, during which time RISMedia will induct its 2nd Annual Real Estate Newsmaker Hall of Fame members. The 2nd Annual Newsmakers Hall of Fame inductees will be announced by RISMedia in early 2020. Hall of Fame inductees may or may not be currently featured in the December 2019 issue of RISMedia’s Real Estate magazine or in the 2020 Newsmakers Online Directory.