Year: 2019
The resources app production
Sat 2:30pm 11-16-2019
I came across a guy who has a similar idea to mine but he’s very capitalistic feeling. Meaning everything can be resorted to suing and blaming and getting screwed over.
I was thinking how do I give him the work that I’ve done so that together we can advance our goals.
For me it’s not about the money, its about creating a tool that I want to use. Therefore whatever I create I want it to be useful more than I want it to be financially successful.
I like money just as much as the next guy but the project is all about making a tool that helps ME personaly get the things I need, such as a camera for shooting videos.
When I give something I should feel like I win, thats how it will be easy to do things.
If I don’t have money I want to be able to offer soemthing else. I don’t even want to offer my time. Only the work I’ve produced up to this point.
So If I work with this guy I should sell him my product instead of giving it to him to own. So for instance if he has a tool that works, and I have a tool that works better then I give him that.
However I don’t have a better product, all I have is philosophy. How can you sell a man philosophy?
The only thing I can offer is my whitepaper examinations. So perhaps write a white paper on this.
Write a paper that explains how it should work and the fundamentals to of needing to look at money in a different way is important.
Without this mentality then the app cannot work.
The mentality that needs to be broken is the idea that things belong to you. In order for it to work you have to give up your things,
My product should be a book that explains the how capitalism is also doomed like communism was.
Taking never leads to anything good. Giving always does.
People need to stop living greedy. Selfishness is only required when others are selfish.
Therefore here comes in the concept of groups. Trusted people can join together and share their things.
A group of mechanics can share their mechanics tools. The app simply helps facilitate this need.
The app is not to do business with strangers but with people you know.
The internet allows people get to know each other in different countries.
So this book should be a guide book on how to live in order to make this app work. Or moreover how to utilize technology to foster this share economy.
The share economy, is the new economy. Capitalism and communism have a place in the world, but at the moment people reject both. People have to willingly give and willingly support. Support your own group. Donate to your own group when you join.
This way as a new member joins the whole group rejoices with new products they can share.
Alpha stage
On this day we want to go into alpha stage of production. Although porfezio is just a local enviroment on my
Facebook for Woocommerce not working
Tue 10-15-2019 – Mercy-loyal
It appears that the facebook for woocommerce is not adding the correct ID meta tags to update the products.
Its strange it doesn’t work because it’s written by facebook themselves. It could be that facebook does not care about this plugin now.
The easiest solution is to modify the existing plugin.
12:43am
The facebook for woocommerce plugin may have issues with custom themes. It didn’t appear to inject any meta tags into the HTML. But there are already some meta tags in the theme files. Specifically on woocommerce/single-product/price.php
So I need to look into the code and see how it does this and add support for it on the theme.
10-16-2019 @ 2:46am
It took some time but I made the necessary code updates to the custom ml theme. I just added a meta tag:
<meta itemprop="productID" content="<?php echo ( $sku = $product->get_sku() ) ? $sku : esc_html__( '', 'woocommerce' ); ?>">
Source: https://developers.facebook.com/docs/marketing-api/catalog-setup/update-options#microdata-tags
Then I tested a product page using the Microdata debugger tool: https://business.facebook.com/ads/microdata/debug
I just edited 4 lines of code! Keep solutions simple. Hunt for the most efficient solution not the quickest! It took 2 hours of digging and finding.
Here is my thought process. [explain the routes you took to solve the problem. Place emphasis on the just playing around with the code.]


4:41am
To be good at troubleshooting code, you have to dive into the code and swim in it. Just keep searching and looking and even though everything gets messy, you have to keep swiming.
Sample Post
One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.