Coder Social home page Coder Social logo

imforza / re-pro Goto Github PK

View Code? Open in Web Editor NEW
4.0 9.0 1.0 5.91 MB

Real Estate Pro by imFORZA - Widgets, Badges, and tools for Real Estate Websites.

Home Page: https://wordpress.org/plugins/re-pro/

License: GNU General Public License v3.0

JavaScript 2.13% PHP 93.18% Shell 1.28% CSS 3.41%
zillow real-estate wordpress wordpress-plugin plugin

re-pro's People

Contributors

bhubbard avatar matoledo avatar sfgarza avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jeremymgibbons

re-pro's Issues

Great Schools Widget

https://www.greatschools.org/widget/schoolSearch.page?searchQuery=92014&cityName=Del%20Mar&state=CA&lat=32.946871000000&lon=-117.261732000000&width=1607&textColor=0066B8&bordersColor=f0f0f0&zoom=12&normalizedAddress=Del%20Mar%2C+CA+92014&height=600

LoopNet Badges / Widgets

Loopnet offers several badges/widgets, we should try and support them:

<script type="text/javascript" src="http://www.loopnet.com/xNet/MainSite/Tools/WidgetHTML.aspx?WidgetType=50&CountryCode=US&StateCode=CA&State=California&CityName=Antioch&SiteId=1&TrendTypeID=4&PropertyTypeID=70&ListingType=SALE&PropertyType=Multifamily&TrendType=Profile+Views+(Demand)&Width=500&AssociateID=11671145"></script> <script type="text/javascript" src="http://www.loopnet.com/xNet/MainSite/Tools/WidgetHTML.aspx?WidgetType=20&&ListingToDisplay=None&ListingType=None&NumToDisplay=UpTo3&Size=GalleryWidget_Auto&ShowBrokerName=true&AssociateID=3310941860"></script> They can be found at: http://www.loopnet.com/xNet/Mainsite/Tools/AddWidget.aspx

Zillow ZPID Finder

A function to provide a Zillow URL, and extract the Zillow ZPID, along with other useful information such as address, etc.

HTTPS Check for Widgets

Some widgets use iFrames and will not work on HTTPS sites, so we should add a check for these.

Zillow Badges

We need to get the Zillow Badges done, this will help with ZD#4484.

WP_PLUGIN_URL breaking SSL sites (caused by mixed content errors)

Our site uses an SSL. The plugin seems to pull resources using http. I've looked around and found that wp_iv_property_URLPATH is defined by WP_PLUGIN_URL which doesn't take an SSL into account. I've patched that up with plugins_url() but we need a more solid fix in case the plugin is updated in the future, which it will be. Thanks.

Correction: The culprit file is plugin.php (plugins/real_estate_pro/plugin.php) around line 238.

Widget SSL Support

Some widgets don't support https pages, we should solve this with two methods:

  1. If a site is SSL simply don't register those widgets.

  2. If a widget that doesn't support SSL gets displayed somehow we should display an error message for logged in visitors only.

We should use the opportunity to let site owners bug the widget providers, with a request to switch to HTTPS by default for all widgets.

PHP Warnings

https://wordpress.org/support/topic/errors-and-more-errors/

As soon as I activated this plugin and the screen refreshed, I was filled with “failed to open stream: No such file or directory in…” error messages.

Warning: include(widgets/class-large-search-box.php): failed to open stream: No such file or directory in /home/xx/public_html/wp-content/plugins/re-pro/modules/zillow/zillow.php on line 20

Warning: include(widgets/class-large-search-box.php): failed to open stream: No such file or directory in /home/xx/public_html/wp-content/plugins/re-pro/modules/zillow/zillow.php on line 20

Warning: include(): Failed opening ‘widgets/class-large-search-box.php’ for inclusion (include_path=’.:/opt/php56/lib/php’) in /home/xx/public_html/wp-content/plugins/re-pro/modules/zillow/zillow.php on line 20

Warning: include(widgets/class-newest-homes-widget.php): failed to open stream: No such file or directory in /home/xx/public_html/wp-content/plugins/re-pro/modules/zillow/zillow.php on line 24

Warning: include(widgets/class-newest-homes-widget.php): failed to open stream: No such file or directory in /home/xx/public_html/wp-content/plugins/re-pro/modules/zillow/zillow.php on line 24

Warning: include(): Failed opening ‘widgets/class-newest-homes-widget.php’ for inclusion (include_path=’.:/opt/php56/lib/php’) in /home/xx/public_html/wp-content/plugins/re-pro/modules/zillow/zillow.php on line 24

Warning: include_once(streetadvisor/streetadvisor.php): failed to open stream: No such file or directory in /home/xx/public_html/wp-content/plugins/re-pro/modules/modules.php on line 16

Warning: include_once(): Failed opening ‘streetadvisor/streetadvisor.php’ for inclusion (include_path=’.:/opt/php56/lib/php’) in /home/xx/public_html/wp-content/plugins/re-pro/modules/modules.php on line 16

Warning: include_once(greatschools/greatschools.php): failed to open stream: No such file or directory in /home/xx/public_html/wp-content/plugins/re-pro/modules/modules.php on line 18

Warning: include_once(): Failed opening ‘greatschools/greatschools.php’ for inclusion (include_path=’.:/opt/php56/lib/php’) in /home/xx/public_html/wp-content/plugins/re-pro/modules/modules.php on line 18

They showed in the back-end, and front-end. Clicking the ‘settings’ button on the plugin page only worked as an anchor, and it would take me back to the top of the page.

Frustrating, and uninstalled.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.